diff options
author | Roland McGrath <roland@gnu.org> | 1996-02-12 10:23:47 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 1996-02-12 10:23:47 +0000 |
commit | 1fe58993bc8d1ccb8e6acaa5ad6618bafe5e30b6 (patch) | |
tree | c0f4f5d9f48d41683243b540bdc04e80204f14fb /ChangeLog | |
parent | 63f89404026453219f74d425b0fb58a1fe59294b (diff) | |
download | glibc-1fe58993bc8d1ccb8e6acaa5ad6618bafe5e30b6.tar.gz glibc-1fe58993bc8d1ccb8e6acaa5ad6618bafe5e30b6.tar.xz glibc-1fe58993bc8d1ccb8e6acaa5ad6618bafe5e30b6.zip |
* 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 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 740659431f..f053d2a1af 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,15 @@ Mon Feb 12 03:10:41 1996 Roland McGrath <roland@charlie-brown.gnu.ai.mit.edu> + * 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. + * sysdeps/unix/sysv/sysv4/syscalls.list: Remove redundancies. Add __waitid. * sysdeps/unix/sysv/linux/syscalls.list: Remove redundancies. |