X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fasm-parisc%2Funistd.h;h=a7d857f0e4f404963c86f2baeb240f80d7a6f110;hb=ecc8b655b38a880b578146895e0e1e2d477ca2c0;hp=081b4ae6186682aeaeffff35a677eab29b869f95;hpb=02bae2129710018883f9536969de7e6acf9304ca;p=linux-2.6 diff --git a/include/asm-parisc/unistd.h b/include/asm-parisc/unistd.h index 081b4ae618..a7d857f0e4 100644 --- a/include/asm-parisc/unistd.h +++ b/include/asm-parisc/unistd.h @@ -798,8 +798,11 @@ #define __NR_timerfd (__NR_Linux + 303) #define __NR_eventfd (__NR_Linux + 304) #define __NR_fallocate (__NR_Linux + 305) +#define __NR_timerfd_create (__NR_Linux + 306) +#define __NR_timerfd_settime (__NR_Linux + 307) +#define __NR_timerfd_gettime (__NR_Linux + 308) -#define __NR_Linux_syscalls (__NR_fallocate + 1) +#define __NR_Linux_syscalls (__NR_timerfd_gettime + 1) #define __IGNORE_select /* newselect */