X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fasm-ia64%2Funistd.h;h=e60314716122d38d2b7175fcce9281474cb57d46;hb=d763d5edf945eec47bd443b699f174976f0afc13;hp=315f8de950a23a48cbc765b660d610d9ebd8725f;hpb=e8b495fe09bc793ae26774e7b2667f7f658d56e2;p=firefly-linux-kernel-4.4.55.git diff --git a/include/asm-ia64/unistd.h b/include/asm-ia64/unistd.h index 315f8de950a2..e60314716122 100644 --- a/include/asm-ia64/unistd.h +++ b/include/asm-ia64/unistd.h @@ -299,11 +299,14 @@ #define __NR_signalfd 1307 #define __NR_timerfd 1308 #define __NR_eventfd 1309 +#define __NR_timerfd_create 1310 +#define __NR_timerfd_settime 1311 +#define __NR_timerfd_gettime 1312 #ifdef __KERNEL__ -#define NR_syscalls 286 /* length of syscall table */ +#define NR_syscalls 289 /* length of syscall table */ /* * The following defines stop scripts/checksyscalls.sh from complaining about