]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorAndreas Jaeger <aj@suse.de>
Thu, 24 Aug 2000 10:19:29 +0000 (10:19 +0000)
committerAndreas Jaeger <aj@suse.de>
Thu, 24 Aug 2000 10:19:29 +0000 (10:19 +0000)
* sysdeps/unix/sysv/syscalls.list: Likewise.

ChangeLog
linuxthreads/ChangeLog

index 61228c6f3a4d44170c6ad58f81d1665835b8e857..b1ea151b840b9f59d02be3985a65ed1ceadfd5df 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index cbd498db8ab3ae3c251118f36bc6f371a13f606d..72674f878be29b05cb23f1d35a825265fc5f3e8d 100644 (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>.