aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--linuxthreads/ChangeLog5
-rw-r--r--linuxthreads/sysdeps/pthread/timer_routines.c1
2 files changed, 6 insertions, 0 deletions
diff --git a/linuxthreads/ChangeLog b/linuxthreads/ChangeLog
index 55a4702c13..aac2e47bfb 100644
--- a/linuxthreads/ChangeLog
+++ b/linuxthreads/ChangeLog
@@ -1,3 +1,8 @@
+2000-09-02 Andreas Jaeger <aj@suse.de>
+
+ * sysdeps/pthread/timer_routines.c: Include stdlib.h for abort
+ prototype.
+
2000-09-01 Ulrich Drepper <drepper@redhat.com>
* sysdeps/pthread/bits/stdio-lock.h (_IO_cleanup_region_start):
diff --git a/linuxthreads/sysdeps/pthread/timer_routines.c b/linuxthreads/sysdeps/pthread/timer_routines.c
index 4e3a8fc65a..d23c27ecaf 100644
--- a/linuxthreads/sysdeps/pthread/timer_routines.c
+++ b/linuxthreads/sysdeps/pthread/timer_routines.c
@@ -22,6 +22,7 @@
#include <errno.h>
#include <pthread.h>
#include <stddef.h>
+#include <stdlib.h>
#include <string.h>
#include <sysdep.h>
#include <time.h>