diff options
author | Kyle McMartin <kyle@mcmartin.ca> | 2009-06-23 11:40:37 -0400 |
---|---|---|
committer | Kyle McMartin <kyle@mcmartin.ca> | 2009-07-02 23:34:10 -0400 |
commit | 4435607e986c792a8753f8850b570fdd80b21b10 (patch) | |
tree | b934d00cd2b78ddb51ee596048370689393443cc /arch/parisc/include/asm/unistd.h | |
parent | e82a3b75127188f20c7780bec580e148beb29da7 (diff) |
parisc: wire up rt_tgsigqueueinfo
Signed-off-by: Kyle McMartin <kyle@mcmartin.ca>
Diffstat (limited to 'arch/parisc/include/asm/unistd.h')
-rw-r--r-- | arch/parisc/include/asm/unistd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/parisc/include/asm/unistd.h b/arch/parisc/include/asm/unistd.h index a3c341976dc2..4e2aa0d14965 100644 --- a/arch/parisc/include/asm/unistd.h +++ b/arch/parisc/include/asm/unistd.h | |||
@@ -809,8 +809,9 @@ | |||
809 | #define __NR_inotify_init1 (__NR_Linux + 314) | 809 | #define __NR_inotify_init1 (__NR_Linux + 314) |
810 | #define __NR_preadv (__NR_Linux + 315) | 810 | #define __NR_preadv (__NR_Linux + 315) |
811 | #define __NR_pwritev (__NR_Linux + 316) | 811 | #define __NR_pwritev (__NR_Linux + 316) |
812 | #define __NR_rt_tgsigqueueinfo (__NR_Linux + 317) | ||
812 | 813 | ||
813 | #define __NR_Linux_syscalls (__NR_pwritev + 1) | 814 | #define __NR_Linux_syscalls (__NR_rt_tgsigqueueinfo + 1) |
814 | 815 | ||
815 | 816 | ||
816 | #define __IGNORE_select /* newselect */ | 817 | #define __IGNORE_select /* newselect */ |