Skip to content

Commit

Permalink
* sysdeps/unix/sysv/linux/clock_getres.c: Include <time.h>.
Browse files Browse the repository at this point in the history
	* sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
  • Loading branch information
Roland McGrath committed May 9, 2005
1 parent 387bbe6 commit 6ba85a6
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/clock_getres.c
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@

#include <sysdep.h>
#include <errno.h>
#include <time.h>
#include "kernel-posix-cpu-timers.h"

#include "kernel-features.h"
1 change: 1 addition & 0 deletions sysdeps/unix/sysv/linux/clock_gettime.c
Original file line number Diff line number Diff line change
@@ -19,6 +19,7 @@

#include <sysdep.h>
#include <errno.h>
#include <time.h>
#include "kernel-posix-cpu-timers.h"
#include "kernel-features.h"

0 comments on commit 6ba85a6

Please sign in to comment.