1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
2000-04-12  Andreas Jaeger  <aj@suse.de>

	* sysdeps/unix/i386/i586/clock_gettime.c: Fix typo.

	* sysdeps/unix/sysv/linux/i386/get_clockfreq.c: Include <string.h>
	for memmem declaration.

	* sysdeps/unix/clock_gettime.c (clock_gettime): Initialize retval
	to -1.
	* sysdeps/posix/clock_getres.c (clock_getres): Likewise.
This commit is contained in:
Ulrich Drepper
2000-04-12 20:53:19 +00:00
parent a4dec43d31
commit 4a1995267e
5 changed files with 15 additions and 6 deletions

View File

@ -19,6 +19,7 @@
#include <ctype.h>
#include <fcntl.h>
#include <string.h>
#include <unistd.h>