mirror of
https://github.com/coreutils/coreutils.git
synced 2025-01-21 15:43:30 +08:00
* xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
declares only 'struct timespec;' (!).
This commit is contained in:
parent
cfa2bfb98e
commit
00fdbcc4af
@ -1,3 +1,8 @@
|
||||
2005-07-01 Paul Eggert <eggert@cs.ucla.edu>
|
||||
|
||||
* xnanosleep.c: Include timespec.h, since OpenBSD 3.4 <time.h>
|
||||
declares only 'struct timespec;' (!).
|
||||
|
||||
2005-06-30 Jim Meyering <jim@meyering.net>
|
||||
|
||||
* stdopen.c: Add copyright.
|
||||
|
@ -33,6 +33,7 @@
|
||||
#include <time.h>
|
||||
|
||||
#include "intprops.h"
|
||||
#include "timespec.h"
|
||||
|
||||
#ifndef TIME_T_MAX
|
||||
# define TIME_T_MAX TYPE_MAXIMUM (time_t)
|
||||
|
Loading…
Reference in New Issue
Block a user