1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

* 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.
This commit is contained in:
Andreas Jaeger
2003-06-25 11:04:58 +00:00
parent 657f0417ed
commit fa4a36fdff
5 changed files with 15 additions and 1 deletions

View File

@ -5,6 +5,7 @@
#include <regex.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
/* lowercase chars mapped to uppercase */
static const char casetable[] = {