* sysdeps/pthread/timer_routines.c: Include stdlib.h for abort

prototype.
2000-09-02  Andreas Jaeger  <aj@suse.de>

	* sysdeps/pthread/timer_routines.c: Include stdlib.h for abort
	prototype.
This commit is contained in:
Andreas Jaeger 2000-09-02 17:42:10 +00:00
parent 3146ad427a
commit 5376629d4a
2 changed files with 6 additions and 0 deletions

View File

@ -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):

View File

@ -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>