glibc/sysdeps/unix/sysv/syscalls.list
Roland McGrath 1fe58993bc * sysdeps/unix/sysv/syscalls.list: Add setrlimit and settimeofday,
so real syscalls override unix/sysv/*.c on sysv-derived systems
 	that have them.
	* sysdeps/unix/common/syscalls.list: Add settimeofday here, to
	override unix/sysv/settimeofday.c since that overrides
	unix/syscalls.list.

	* Makeconfig (+link): Put $(link-libc) after deps from $^,
	regardless of where libc.a appears in the deps.
1996-02-12 10:23:47 +00:00

17 lines
466 B
Plaintext

# File name Caller Syscall name # args Strong name Weak names
alarm - alarm 1 alarm
ftime - ftime 1 ftime
nice - nice 1 nice
pause - pause 0 pause
poll - poll 3 poll
s_getdents getdents getdents 3 __getdents
setrlimit - setrlimit 2 setrlimit
settimeofday - settimeofday 2 __settimeofday settimeofday
signal - signal 2 signal
stime - stime 1 stime
time - time 1 time
times - times 1 __times times
ulimit - ulimit 2 ulimit
utime - utime 2 utime