diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-06-11 02:38:05 -0400 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2009-06-11 02:38:05 -0400 |
commit | 6a1555fdde407dad23b8a119cf5feeb7c6466de9 (patch) | |
tree | 715936b2effe587190086973f797c499d8be0fe6 /arch/sh/include | |
parent | 75c936aec050113c12f74581f51779ffc5502a51 (diff) |
sh: Wire up sys_rt_tgsigqueueinfo.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/include')
-rw-r--r-- | arch/sh/include/asm/unistd_32.h | 3 | ||||
-rw-r--r-- | arch/sh/include/asm/unistd_64.h | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/arch/sh/include/asm/unistd_32.h b/arch/sh/include/asm/unistd_32.h index 2efb819e2db3..65197086a1c5 100644 --- a/arch/sh/include/asm/unistd_32.h +++ b/arch/sh/include/asm/unistd_32.h | |||
@@ -343,8 +343,9 @@ | |||
343 | #define __NR_inotify_init1 332 | 343 | #define __NR_inotify_init1 332 |
344 | #define __NR_preadv 333 | 344 | #define __NR_preadv 333 |
345 | #define __NR_pwritev 334 | 345 | #define __NR_pwritev 334 |
346 | #define __NR_rt_tgsigqueueinfo 335 | ||
346 | 347 | ||
347 | #define NR_syscalls 335 | 348 | #define NR_syscalls 336 |
348 | 349 | ||
349 | #ifdef __KERNEL__ | 350 | #ifdef __KERNEL__ |
350 | 351 | ||
diff --git a/arch/sh/include/asm/unistd_64.h b/arch/sh/include/asm/unistd_64.h index 6eb9d2934c0f..8014aea88ec3 100644 --- a/arch/sh/include/asm/unistd_64.h +++ b/arch/sh/include/asm/unistd_64.h | |||
@@ -383,10 +383,11 @@ | |||
383 | #define __NR_inotify_init1 360 | 383 | #define __NR_inotify_init1 360 |
384 | #define __NR_preadv 361 | 384 | #define __NR_preadv 361 |
385 | #define __NR_pwritev 362 | 385 | #define __NR_pwritev 362 |
386 | #define __NR_rt_tgsigqueueinfo 363 | ||
386 | 387 | ||
387 | #ifdef __KERNEL__ | 388 | #ifdef __KERNEL__ |
388 | 389 | ||
389 | #define NR_syscalls 363 | 390 | #define NR_syscalls 364 |
390 | 391 | ||
391 | #define __ARCH_WANT_IPC_PARSE_VERSION | 392 | #define __ARCH_WANT_IPC_PARSE_VERSION |
392 | #define __ARCH_WANT_OLD_READDIR | 393 | #define __ARCH_WANT_OLD_READDIR |