diff options
Diffstat (limited to 'linuxthreads/ChangeLog')
-rw-r--r-- | linuxthreads/ChangeLog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog index 72674f878b..2fce6eb467 100644 --- a/linuxthreads/ChangeLog +++ b/linuxthreads/ChangeLog @@ -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. |