diff options
author | Andreas Jaeger <aj@suse.de> | 2000-06-21 10:38:25 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-06-21 10:38:25 +0000 |
commit | 3d8e95103261ed4d02fb8f112798f9c1d666ab10 (patch) | |
tree | 0ca8a0903bccab15a0bc6a87cb978300a8e6b480 /elf/vismod2.c | |
parent | bdf09fab1b2097bacf7a02e32beacf964825eee6 (diff) | |
download | glibc-3d8e95103261ed4d02fb8f112798f9c1d666ab10.zip glibc-3d8e95103261ed4d02fb8f112798f9c1d666ab10.tar.gz glibc-3d8e95103261ed4d02fb8f112798f9c1d666ab10.tar.bz2 |
* 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 'elf/vismod2.c')
-rw-r--r-- | elf/vismod2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/elf/vismod2.c b/elf/vismod2.c index 3a7b1d9..35ce4d2 100644 --- a/elf/vismod2.c +++ b/elf/vismod2.c @@ -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) { |