summaryrefslogtreecommitdiff
path: root/sysdeps/unix/common
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/common
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/common')
-rw-r--r--sysdeps/unix/common/syscalls.list1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/unix/common/syscalls.list b/sysdeps/unix/common/syscalls.list
index 0f41a4351e..afec7b7e4c 100644
--- a/sysdeps/unix/common/syscalls.list
+++ b/sysdeps/unix/common/syscalls.list
@@ -7,6 +7,7 @@ ftruncate - ftruncate 2 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 setpgrp
setregid - setregid 2 __setregid setregid
setreuid - setreuid 2 __setreuid setreuid