diff options
author | Andreas Jaeger <aj@suse.de> | 2000-06-21 10:39:22 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2000-06-21 10:39:22 +0000 |
commit | ae0d72a53c42dec333fd9c0c136722af49d433b3 (patch) | |
tree | 2b5fa6696204a08a5e4a9245bd21e9bf5ac1ada3 | |
parent | 3d8e95103261ed4d02fb8f112798f9c1d666ab10 (diff) | |
download | glibc-ae0d72a53c42dec333fd9c0c136722af49d433b3.zip glibc-ae0d72a53c42dec333fd9c0c136722af49d433b3.tar.gz glibc-ae0d72a53c42dec333fd9c0c136722af49d433b3.tar.bz2 |
Update.
2000-06-21 Andreas Jaeger <aj@suse.de>
* elf/vismod2.c: Include <stdlib.h> for abort prototype.
* rt/aio_suspend.c: Likewise.
* math/libm-test.inc: Include <string.h>.
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -1,6 +1,11 @@ +2000-06-21 Andreas Jaeger <aj@suse.de> + + * elf/vismod2.c: Include <stdlib.h> for abort prototype. + * rt/aio_suspend.c: Likewise. + 2000-06-20 Ulrich Drepper <drepper@redhat.com> - * math/libm-test.inc: Include <strcmp.h>. + * math/libm-test.inc: Include <string.h>. 2000-06-20 Jes Sorensen <jes@linuxcare.com> |