• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 // SPDX-License-Identifier: GPL-2.0
2 /*
3  * Copyright (c) 2018 Matthew Bobrowski. All Rights Reserved.
4  *
5  * Started by Matthew Bobrowski <mbobrowski@mbobrowski.org>
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