* sysdeps/unix/sysv/syscalls.list: Likewise.
This commit is contained in:
Andreas Jaeger 2000-08-24 10:19:29 +00:00
parent 5b4c9fed26
commit 7e98470d80
2 changed files with 8 additions and 0 deletions

View File

@ -35,6 +35,7 @@
2000-08-24 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/syscalls.list: Use __setrlimit as strong name.
* sysdeps/unix/sysv/syscalls.list: Likewise.
* posix/unistd.h: Move internal prototypes from here ...
* include/unistd.h: ... to here.

View File

@ -1,3 +1,10 @@
2000-08-24 Andreas Jaeger <aj@suse.de>
* Examples/ex13.c: Include <string.h> for for strerror prototype.
(pthr_cond_signal_mutex): Rewrite to silence GCC.
(thread_start): Remove unused variable err.
(main): Silence GCC warnings.
2000-08-22 Andreas Jaeger <aj@suse.de>
* Examples/ex13.c: New test by Kurt Garloff <garloff@suse.de>.