diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/asm-i386/unistd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-i386/unistd.h b/include/asm-i386/unistd.h index 2cdad510f2b9..42517b85939b 100644 --- a/include/asm-i386/unistd.h +++ b/include/asm-i386/unistd.h @@ -245,6 +245,8 @@ #define __NR_tkill 238 #define __NR_sendfile64 239 #define __NR_futex 240 +#define __NR_sched_setaffinity 241 +#define __NR_sched_getaffinity 242 /* user-visible error numbers are in the range -1 - -124: see <asm-i386/errno.h> */ |
