summaryrefslogtreecommitdiff
path: root/rt/aio_suspend.c
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-06-21 10:38:25 +0000
committerAndreas Jaeger <aj@suse.de>2000-06-21 10:38:25 +0000
commit3d8e95103261ed4d02fb8f112798f9c1d666ab10 (patch)
tree0ca8a0903bccab15a0bc6a87cb978300a8e6b480 /rt/aio_suspend.c
parentbdf09fab1b2097bacf7a02e32beacf964825eee6 (diff)
* 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.
Diffstat (limited to 'rt/aio_suspend.c')
-rw-r--r--rt/aio_suspend.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/rt/aio_suspend.c b/rt/aio_suspend.c
index 6736857ba1..ca8e5581dc 100644
--- a/rt/aio_suspend.c
+++ b/rt/aio_suspend.c
@@ -30,6 +30,7 @@
#undef aio_suspend64
#include <errno.h>
+#include <stdlib.h>
#include "aio_misc.h"