diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-09-02 08:47:09 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-09-02 08:47:09 +0000 |
commit | 8348dcc8ed4f262eefffcd9a9000aede69ad531e (patch) | |
tree | b02aeaab661c72902f6bb5a00b9f2bcf0f45e819 /sysdeps/unix/sysv | |
parent | 7da1e9116ab8acfbec5b0afaf9ad57391ae25479 (diff) | |
download | glibc-8348dcc8ed4f262eefffcd9a9000aede69ad531e.tar.gz glibc-8348dcc8ed4f262eefffcd9a9000aede69ad531e.tar.xz glibc-8348dcc8ed4f262eefffcd9a9000aede69ad531e.zip |
Update.
2003-09-02 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/not-cancel.h: New file. * sysdeps/unix/sysv/linux/x86-64/not-cancel.h: New file. * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Make sure the code in subsections has a symbol associated with it. * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h (PSEUDO): Also defined symbol for entry point to avoid cancellation. * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h (PSEUDO): Likewise.
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/linux/i386/syscalls.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/i386/syscalls.list b/sysdeps/unix/sysv/linux/i386/syscalls.list index 2a8c1d88d8..d637f3172a 100644 --- a/sysdeps/unix/sysv/linux/i386/syscalls.list +++ b/sysdeps/unix/sysv/linux/i386/syscalls.list @@ -5,3 +5,4 @@ vm86 - vm86 i:p __vm86 vm86 oldgetrlimit EXTRA getrlimit i:ip __old_getrlimit getrlimit@GLIBC_2.0 oldsetrlimit EXTRA setrlimit i:ip __old_setrlimit setrlimit@GLIBC_2.0 time - time Ei:p time +waitpid - waitpid Ci:ipi __waitpid waitpid __libc_waitpid |