summaryrefslogtreecommitdiff
path: root/inotify-syscalls.h
AgeCommit message (Collapse)AuthorFilesLines
2007-02-26inotify-syscalls.h: Add syscall numbers for m32r for those who careTobias Klauser1-12/+10
Also do some cleanup work.
2007-01-20inotify-syscalls.h: Add syscall numbers for m68kTobias Klauser1-0/+4
I should build on all of these now: http://buildd.debian.org/pkg.cgi?pkg=inotail
2007-01-20inotify-syscalls.h: Check whether the syscall numbers are already definedTobias Klauser1-2/+4
glibc already defines the inotify syscall numbers on some architectures. This should fix the following warning on arm and hppa: In file included from inotail.c:37: inotify-syscalls.h:50:1: warning: "__NR_inotify_init" redefined In file included from /usr/include/sys/syscall.h:25, from inotify-syscalls.h:13, from inotail.c:37: /usr/include/asm/unistd.h:344:1: warning: this is the location of the previous definition In file included from inotail.c:37: inotify-syscalls.h:51:1: warning: "__NR_inotify_add_watch" redefined In file included from /usr/include/sys/syscall.h:25, from inotify-syscalls.h:13, from inotail.c:37: /usr/include/asm/unistd.h:345:1: warning: this is the location of the previous definition In file included from inotail.c:37: inotify-syscalls.h:52:1: warning: "__NR_inotify_rm_watch" redefined In file included from /usr/include/sys/syscall.h:25, from inotify-syscalls.h:13, from inotail.c:37: /usr/include/asm/unistd.h:346:1: warning: this is the location of the previous definition
2006-10-21Unify wording all over the treeTobias Klauser1-1/+1
According to the Linux source it's: * s/linux/Linux/ * s/Kernel/kernel/ * s/Inotify/inotify/ (except at the beginning of a sentence)
2006-09-24Add license and copyright.Tobias Klauser1-0/+9
Don't know whether it is correct to set myself as copyright holder as I only drew this file together from various source in the kernel source, but all of them stating no copyright information.
2006-08-20Syscall number updateTobias Klauser1-4/+32
Update syscall numbers and add them for some more architectures
2006-03-13Initial importTobias Klauser1-0/+61