diff options
author | Roland McGrath <roland@gnu.org> | 1996-03-14 11:20:23 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-03-14 11:20:23 +0000 |
commit | 8d71c7b0e4f76dce251a121e07dff8212bed73f8 (patch) | |
tree | a90fd3140fbd2922cb6006150f8a89f4be0c888d /sysdeps/unix/sysv/linux/syscalls.list | |
parent | 52e9a9d1187e1a2a7357f3a0f353058e14667d62 (diff) | |
download | glibc-8d71c7b0e4f76dce251a121e07dff8212bed73f8.tar glibc-8d71c7b0e4f76dce251a121e07dff8212bed73f8.tar.gz glibc-8d71c7b0e4f76dce251a121e07dff8212bed73f8.tar.bz2 glibc-8d71c7b0e4f76dce251a121e07dff8212bed73f8.zip |
Thu Mar 14 06:01:07 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu>
* string/strnlen.c: New file.
* string/Makefile (routines): Add strnlen.
* string/string.h [__USE_GNU] (strnlen): Declare new function.
[__OPTIMIZE__]: Define extern inline implementation of it.
Diffstat (limited to 'sysdeps/unix/sysv/linux/syscalls.list')
-rw-r--r-- | sysdeps/unix/sysv/linux/syscalls.list | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/syscalls.list b/sysdeps/unix/sysv/linux/syscalls.list index 7d199bdd2d..2da874eaed 100644 --- a/sysdeps/unix/sysv/linux/syscalls.list +++ b/sysdeps/unix/sysv/linux/syscalls.list @@ -15,6 +15,7 @@ mlockall - mlockall 1 __mlockall mlockall mount - mount 5 __mount mount munlock - munlock 2 __munlock munlock munlockall - munlockall 0 __munlockall munlockall +personality init-first personality 1 __personality personality pipe - pipe 1 __pipe pipe reboot - reboot 3 reboot s_ptrace ptrace ptrace 4 __syscall_ptrace |