xref: /aosp_15_r20/external/ltp/testcases/kernel/syscalls/fanotify/fanotify_child.c (revision 49cdfc7efb34551c7342be41a7384b9c40d7cab7)
1 // SPDX-License-Identifier: GPL-2.0-or-later
2 /*
3  * Copyright (c) 2018 Matthew Bobrowski. All Rights Reserved.
4  *
5  * Started by Matthew Bobrowski <[email protected]>
6  *
7  * DESCRIPTION
8  *    Simple helper program that can be invoked from fanotify tests.
9  */
10 
main(void)11 int main(void)
12 {
13 	return 0;
14 }
15