diff options
author | Andreas Jaeger <aj@suse.de> | 2001-11-29 16:28:03 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-11-29 16:28:03 +0000 |
commit | a47fd6810cb892b144253e18d07fcf465d155cd5 (patch) | |
tree | bd7b44c322102b0a970945b09c6c893e838b9697 | |
parent | 42060dad5ded04e9b8f458198d82237aefea021e (diff) | |
download | glibc-a47fd6810cb892b144253e18d07fcf465d155cd5.zip glibc-a47fd6810cb892b144253e18d07fcf465d155cd5.tar.gz glibc-a47fd6810cb892b144253e18d07fcf465d155cd5.tar.bz2 |
Update.
* sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl
call.
-rw-r--r-- | ChangeLog | 3 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/x86_64/syscalls.list | 1 |
2 files changed, 4 insertions, 0 deletions
@@ -1,5 +1,8 @@ 2001-11-29 Andreas Jaeger <aj@suse.de> + * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add arch_prctl + call. + * sysdeps/generic/abort.c: Include libioP.h for _IO_flush_all_lockp prototype. diff --git a/sysdeps/unix/sysv/linux/x86_64/syscalls.list b/sysdeps/unix/sysv/linux/x86_64/syscalls.list index be3607b..d2b2a1d 100644 --- a/sysdeps/unix/sysv/linux/x86_64/syscalls.list +++ b/sysdeps/unix/sysv/linux/x86_64/syscalls.list @@ -1,5 +1,6 @@ # File name Caller Syscall name # args Strong name Weak names +arch_prctl EXTRA arch_prctl i:ii __arch_prctl arch_prctl mmap - mmap b:aniiii __mmap mmap __mmap64 mmap64 llseek EXTRA lseek i:iii __libc_lseek64 __llseek llseek __lseek64 lseek64 pread - pread i:ibni __libc_pread __libc_pread64 __pread pread __pread64 pread64 |