diff options
author | Andreas Jaeger <aj@suse.de> | 2003-06-25 11:04:58 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2003-06-25 11:04:58 +0000 |
commit | fa4a36fdffe7a96c60dd5baf383e6c731a11a8c5 (patch) | |
tree | ad95dd50a3c7053e5d7c08f3b3495ca5977479e4 /ChangeLog | |
parent | 657f0417ed66d26fa80bbf3ef7081c59e15fbdd6 (diff) | |
download | glibc-fa4a36fdffe7a96c60dd5baf383e6c731a11a8c5.tar glibc-fa4a36fdffe7a96c60dd5baf383e6c731a11a8c5.tar.gz glibc-fa4a36fdffe7a96c60dd5baf383e6c731a11a8c5.tar.bz2 glibc-fa4a36fdffe7a96c60dd5baf383e6c731a11a8c5.zip |
* posix/transbug.c: Include <string.h> for memset and strlen
declarations.
* stdio-common/tst-sprintf.c: Include <stdlib.h> for free declaration.
* stdlib/tst-strtod.c (main): Pass long double value.
* test-skeleton.c: Include <time.h> for nanosleep declaration.
2003-06-25 Andreas Jaeger <aj@suse.de>
* posix/transbug.c: Include <string.h> for memset and strlen
declarations.
* stdio-common/tst-sprintf.c: Include <stdlib.h> for free declaration.
* stdlib/tst-strtod.c (main): Pass long double value.
* test-skeleton.c: Include <time.h> for nanosleep declaration.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,3 +1,14 @@ +2003-06-25 Andreas Jaeger <aj@suse.de> + + * posix/transbug.c: Include <string.h> for memset and strlen + declarations. + + * stdio-common/tst-sprintf.c: Include <stdlib.h> for free declaration. + + * stdlib/tst-strtod.c (main): Pass long double value. + + * test-skeleton.c: Include <time.h> for nanosleep declaration. + 2003-06-25 Ulrich Drepper <drepper@redhat.com> * include/time.h: Don't define CLOCK_IDFIELD_SIZE if _ISOMAC is |