mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08:00
8d71c7b0e4
* 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.
29 lines
1010 B
Plaintext
29 lines
1010 B
Plaintext
# File name Caller Syscall name # args Strong name Weak names
|
|
|
|
adjtimex adjtime adjtimex 1 __adjtimex
|
|
fork - fork 0 __fork fork
|
|
getegid - getegid 0 __getegid getegid
|
|
geteuid - geteuid 0 __geteuid geteuid
|
|
getpgid - getpgid 1 getpgid
|
|
getpgrp - getpgrp 0 getpgrp
|
|
getppid - getppid 0 __getppid getppid
|
|
getsid - getsid 1 getsid
|
|
gtty - gtty 2 gtty
|
|
ipc msgget ipc 5 __ipc
|
|
mlock - mlock 2 __mlock mlock
|
|
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
|
|
s_sigsuspend sigsuspend sigsuspend 3 __syscall_sigsuspend
|
|
setpgid - setpgid 2 setpgid
|
|
sigpending - sigpending 1 sigpending
|
|
sigprocmask - sigprocmask 3 __sigprocmask sigprocmask
|
|
stty - stty 2 stty
|
|
umount - umount 1 __umount umount
|
|
wait4 - wait4 4 __wait4 wait4
|