diff options
Diffstat (limited to 'inotify-syscalls.h')
-rw-r--r-- | inotify-syscalls.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/inotify-syscalls.h b/inotify-syscalls.h index 7325f3b..fa6dcd4 100644 --- a/inotify-syscalls.h +++ b/inotify-syscalls.h @@ -1,3 +1,12 @@ +/* + * Inotify syscall numbers + * Taken from the linux kernel source tree + * + * Licensed under the terms of the GNU General Public License Version 2. + * + * Copyright (c) 2006 Tobias Klauser <tklauser@distanz.ch> + */ + #ifndef _LINUX_INOTIFY_SYSCALLS_H #define _LINUX_INOTIFY_SYSCALLS_H |