projects
/
oweals
/
musl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6752eb
)
make tm_zone etc visible under _GNU_SOURCE
author
rofl0r
<retnyg@gmx.net>
Tue, 2 Apr 2013 00:48:39 +0000
(
02:48
+0200)
committer
rofl0r
<retnyg@gmx.net>
Tue, 2 Apr 2013 02:43:53 +0000
(
04:43
+0200)
include/time.h
patch
|
blob
|
history
diff --git
a/include/time.h
b/include/time.h
index 4a681b4a01b6d0a81d643a8f7d354f80a066ba03..aa4efff495cb193b2c6780a110f54c5327cda31e 100644
(file)
--- a/
include/time.h
+++ b/
include/time.h
@@
-39,7
+39,7
@@
struct tm
long __tm_gmtoff;
const char *__tm_zone;
};
-#if defined(_BSD_SOURCE)
+#if defined(_BSD_SOURCE)
|| defined(_GNU_SOURCE)
#define tm_gmtoff __tm_gmtoff
#define tm_zone __tm_zone
#endif