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)11int main(void) 12 { 13 return 0; 14 } 15