* 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

@ -16,6 +16,8 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <stdlib.h>
int
protlocal (void)
{

View file

@ -1,3 +1,10 @@
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.
2000-06-20 Ulrich Drepper <drepper@redhat.com>
* sysdeps/i386/useldt.h: Include <stdlib.h>.

View file

@ -16,6 +16,7 @@
#include <errno.h>
#include <sched.h>
#include <stdlib.h>
#include <unistd.h>
#include "pthread.h"
#include "internals.h"

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>

View file

@ -30,6 +30,7 @@
#undef aio_suspend64
#include <errno.h>
#include <stdlib.h>
#include "aio_misc.h"