mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-17 02:20:10 +00:00
8d88d9f8aa
1998-04-08 Ulrich Drepper <drepper@cygnus.com> * login/utmp_file.c: use __ftruncate not ftruncate. * sysdeps/unix/common/syscalls.list: Add __ftruncate as real name for system call and make ftruncate weak alias. * posix/unistd.h: Add prototype for __ftruncate. * login/utmp_daemon.c (open_socket): Use __socket not socket. * nscd/nscd_getpw_r.c (__nscd_getpw_r): use __snprintf and __readv instead of snprintf and readv. * nscd/nscd_getgr_r.c (__nscd_getgr_r): Use __snprintf not snprintf. * stdlib/strtod.c: Call strtoull/wcstoull's internal functions directly.
18 lines
696 B
Plaintext
18 lines
696 B
Plaintext
# File name Caller Syscall name # args Strong name Weak names
|
|
|
|
adjtime - adjtime 2 __adjtime adjtime
|
|
fchmod - fchmod 2 __fchmod fchmod
|
|
fchown - fchown 3 __fchown fchown
|
|
ftruncate - ftruncate 2 __ftruncate ftruncate
|
|
getpgid - getpgrp 1 __getpgid getpgid
|
|
getrusage - getrusage 2 __getrusage getrusage
|
|
gettimeofday - gettimeofday 2 __gettimeofday gettimeofday
|
|
settimeofday - settimeofday 2 __settimeofday settimeofday
|
|
setpgid - setpgrp 2 __setpgid setpgid
|
|
setregid - setregid 2 __setregid setregid
|
|
setreuid - setreuid 2 __setreuid setreuid
|
|
sigaction - sigaction 3 __sigaction sigaction
|
|
sys_lstat lxstat lstat 2 __syscall_lstat
|
|
truncate - truncate 2 truncate
|
|
vhangup - vhangup 1 vhangup
|