1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-12-24 17:51:17 +03:00

* sysdeps/pthread/timer_routines.c: Include <stdlib.h> for memset

prototype.
	* join.c: Include <stdlib.h> for exit prototype.

	* elf/vismod2.c: Include <stdlib.h> for abort prototype.
	* rt/aio_suspend.c: Likewise.
2000-06-21  Andreas Jaeger  <aj@suse.de>

	* sysdeps/pthread/timer_routines.c: Include <stdlib.h> for memset
	prototype.

	* join.c: Include <stdlib.h> for exit prototype.
This commit is contained in:
Andreas Jaeger
2000-06-21 10:38:25 +00:00
parent bdf09fab1b
commit 3d8e951032
5 changed files with 12 additions and 0 deletions

View File

@@ -22,6 +22,7 @@
#include <errno.h>
#include <pthread.h>
#include <stddef.h>
#include <string.h>
#include <sysdep.h>
#include <time.h>
#include <unistd.h>