diff options
author | Richard Henderson <rth@redhat.com> | 2003-06-06 05:52:52 +0000 |
---|---|---|
committer | Richard Henderson <rth@redhat.com> | 2003-06-06 05:52:52 +0000 |
commit | a56e4568df19f99dc93f8c0f09e851e5b61f2d55 (patch) | |
tree | 2e295d255833ca7ac4a83f707d2919f63279a33e /sysdeps/unix/sysv/linux/alpha/sysdep.h | |
parent | 44c7664f803b23cd94aa4e70d6aac347cd3fca04 (diff) | |
download | glibc-a56e4568df19f99dc93f8c0f09e851e5b61f2d55.tar.gz glibc-a56e4568df19f99dc93f8c0f09e851e5b61f2d55.tar.xz glibc-a56e4568df19f99dc93f8c0f09e851e5b61f2d55.zip |
* sysdeps/unix/sysv/linux/alpha/syscalls.list (semtimedop): New. Annotate some parameters. * sysdeps/unix/sysv/linux/alpha/sysdep.h (__NR_semtimedop): New.
* sysdeps/unix/sysv/linux/alpha/syscalls.list (semtimedop): New. Annotate some parameters. * sysdeps/unix/sysv/linux/alpha/sysdep.h (__NR_semtimedop): New.
Diffstat (limited to 'sysdeps/unix/sysv/linux/alpha/sysdep.h')
-rw-r--r-- | sysdeps/unix/sysv/linux/alpha/sysdep.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/alpha/sysdep.h b/sysdeps/unix/sysv/linux/alpha/sysdep.h index 62e308bf5d..272dcebf42 100644 --- a/sysdeps/unix/sysv/linux/alpha/sysdep.h +++ b/sysdeps/unix/sysv/linux/alpha/sysdep.h @@ -60,6 +60,11 @@ #define __NR_osf_getsysinfo 256 #define __NR_osf_setsysinfo 257 +/* Help old kernel headers where particular syscalls are not available. */ +#ifndef __NR_semtimedop +# define __NR_semtimedop 423 +#endif + /* * In order to get the hidden arguments for rt_sigaction set up * properly, we need to call the assembly version. Detect this in the |