android13/external/ltp/testcases/kernel/syscalls/fanotify/fanotify_child.c

15 lines
286 B
C

// 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;
}