summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/syscalls.list
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-02-12 10:23:47 +0000
committerRoland McGrath <roland@gnu.org>1996-02-12 10:23:47 +0000
commit1fe58993bc8d1ccb8e6acaa5ad6618bafe5e30b6 (patch)
treec0f4f5d9f48d41683243b540bdc04e80204f14fb /sysdeps/unix/sysv/syscalls.list
parent63f89404026453219f74d425b0fb58a1fe59294b (diff)
* 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.
Diffstat (limited to 'sysdeps/unix/sysv/syscalls.list')
-rw-r--r--sysdeps/unix/sysv/syscalls.list2
1 files changed, 2 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/syscalls.list b/sysdeps/unix/sysv/syscalls.list
index b7fa490c95..4ed36850e6 100644
--- a/sysdeps/unix/sysv/syscalls.list
+++ b/sysdeps/unix/sysv/syscalls.list
@@ -6,6 +6,8 @@ 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