]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Update.
authorAndreas Jaeger <aj@suse.de>
Thu, 24 Aug 2000 14:11:19 +0000 (14:11 +0000)
committerAndreas Jaeger <aj@suse.de>
Thu, 24 Aug 2000 14:11:19 +0000 (14:11 +0000)
* Examples/ex13.c: Include <string.h> for strerror prototype and
<stdlib.h> for abort prototype.

linuxthreads/ChangeLog
linuxthreads/Examples/ex13.c

index 72674f878be29b05cb23f1d35a825265fc5f3e8d..2fce6eb467deb3bbef61fbbafca5f74f3fb6fa19 100644 (file)
@@ -1,6 +1,7 @@
 2000-08-24  Andreas Jaeger  <aj@suse.de>
 
-       * Examples/ex13.c: Include <string.h> for for strerror prototype.
+       * Examples/ex13.c: Include <string.h> for strerror prototype and
+       <stdlib.h> for abort prototype.
        (pthr_cond_signal_mutex): Rewrite to silence GCC.
        (thread_start): Remove unused variable err.
        (main): Silence GCC warnings.
index f50a96e7d9306531cf4fca86ae3cc99fb39c601c..3a0347993aac34d6881d7409d0f6807becbb56a9 100644 (file)
@@ -21,6 +21,7 @@
 #include <errno.h>
 #include <pthread.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <unistd.h>