diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-03 02:58:30 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-03 02:58:30 +0000 |
commit | e29ef6470637f570919916670ed4d23d5861969e (patch) | |
tree | 0490afd97cd62e6ab3f8c8f4e93d006d62c51fcb /sysdeps/unix/sysv | |
parent | 763d0f40cf4eb7861a1e4190c5bb5394334eb26a (diff) | |
download | glibc-e29ef6470637f570919916670ed4d23d5861969e.tar.gz glibc-e29ef6470637f570919916670ed4d23d5861969e.tar.xz glibc-e29ef6470637f570919916670ed4d23d5861969e.zip |
Update.
2003-09-02 Jakub Jelinek <jakub@redhat.com> * barrier.c (__pthread_barrierattr_getpshared): Always return PTHREAD_PROCESS_PRIVATE. (pthread_barrierattr_setpshared): Return EINVAL if pshared is neither PTHREAD_PROCESS_PRIVATE nor PTHREAD_PROCESS_SHARED.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/sysdep.h | 3 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/syscalls.list | 3 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/sparc/syscalls.list | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/sysdep.h b/sysdeps/unix/sysv/linux/i386/sysdep.h index 6b6770f797..79ad72abff 100644 --- a/sysdeps/unix/sysv/linux/i386/sysdep.h +++ b/sysdeps/unix/sysv/linux/i386/sysdep.h @@ -68,9 +68,6 @@ #define PSEUDO(name, syscall_name, args) \ .text; \ ENTRY (name) \ - .type __##syscall_name##_nocancel,@function; \ - .globl __##syscall_name##_nocancel; \ - __##syscall_name##_nocancel: \ DO_CALL (syscall_name, args); \ cmpl $-4095, %eax; \ jae SYSCALL_ERROR_LABEL; \ diff --git a/sysdeps/unix/sysv/linux/powerpc/syscalls.list b/sysdeps/unix/sysv/linux/powerpc/syscalls.list new file mode 100644 index 0000000000..a6665936e8 --- /dev/null +++ b/sysdeps/unix/sysv/linux/powerpc/syscalls.list @@ -0,0 +1,3 @@ +# File name Caller Syscall name # args Strong name Weak names + +waitpid - waitpid Ci:ipi __waitpid waitpid __libc_waitpid diff --git a/sysdeps/unix/sysv/linux/sparc/syscalls.list b/sysdeps/unix/sysv/linux/sparc/syscalls.list new file mode 100644 index 0000000000..a6665936e8 --- /dev/null +++ b/sysdeps/unix/sysv/linux/sparc/syscalls.list @@ -0,0 +1,3 @@ +# File name Caller Syscall name # args Strong name Weak names + +waitpid - waitpid Ci:ipi __waitpid waitpid __libc_waitpid |