mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08: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:
parent
bdf09fab1b
commit
3d8e951032
@ -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)
|
||||
{
|
||||
|
@ -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>.
|
||||
|
@ -16,6 +16,7 @@
|
||||
|
||||
#include <errno.h>
|
||||
#include <sched.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
#include "pthread.h"
|
||||
#include "internals.h"
|
||||
|
@ -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>
|
||||
|
@ -30,6 +30,7 @@
|
||||
#undef aio_suspend64
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#include "aio_misc.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user