1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-08-01 10:06:57 +03:00

* 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.
This commit is contained in:
Richard Henderson
2003-06-06 05:52:52 +00:00
parent 44c7664f80
commit a56e4568df
3 changed files with 48 additions and 36 deletions

View File

@ -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