|
// SPDX-License-Identifier: GPL-2.0
|
|
/*
|
|
* Copyright (c) 2018 Matthew Bobrowski. All Rights Reserved.
|
|
*
|
|
* Started by Matthew Bobrowski <mbobrowski@mbobrowski.org>
|
|
*
|
|
* DESCRIPTION
|
|
* Simple helper program that can be invoked from fanotify tests.
|
|
*/
|
|
|
|
int main(void)
|
|
{
|
|
return 0;
|
|
}
|