projects
/
kopensolaris-gnu
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f80676
)
(timespec): Protect with __USE_POSIX199309 instead of __USE_POSIX.
author
drepper
<drepper>
Sun, 25 Oct 1998 09:11:40 +0000
(09:11 +0000)
committer
drepper
<drepper>
Sun, 25 Oct 1998 09:11:40 +0000
(09:11 +0000)
time/time.h
patch
|
blob
|
history
diff --git
a/time/time.h
b/time/time.h
index
0af3eaf
..
3748852
100644
(file)
--- a/
time/time.h
+++ b/
time/time.h
@@
-80,7
+80,7
@@
typedef __time_t time_t;
#if !defined __timespec_defined && \
- ((defined _TIME_H && defined __USE_POSIX) || defined __need_timespec)
+ ((defined _TIME_H && defined __USE_POSIX
199309
) || defined __need_timespec)
# define __timespec_defined 1
/* POSIX.4 structure for a time value. This is like a `struct timeval' but