mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
* sysdeps/unix/sysv/linux/clock_getres.c: Include <time.h>.
* sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
This commit is contained in:
parent
387bbe63e7
commit
6ba85a6dce
@ -1,3 +1,8 @@
|
||||
2005-05-09 Daniel Jacobowitz <dan@codesourcery.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/clock_getres.c: Include <time.h>.
|
||||
* sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
|
||||
|
||||
2005-05-09 Alan Modra <amodra@bigpond.net.au>
|
||||
|
||||
* sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include <sysdep.h>
|
||||
#include <errno.h>
|
||||
#include <time.h>
|
||||
#include "kernel-posix-cpu-timers.h"
|
||||
|
||||
#include "kernel-features.h"
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include <sysdep.h>
|
||||
#include <errno.h>
|
||||
#include <time.h>
|
||||
#include "kernel-posix-cpu-timers.h"
|
||||
#include "kernel-features.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user