summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRich Felker <dalias@aerifal.cx>2012-06-13 14:46:11 -0400
committerRich Felker <dalias@aerifal.cx>2012-06-13 14:46:11 -0400
commitde05a2ac22d33bd7631f182143ecea6dd01d9406 (patch)
tree60b1307bb6d6389cc11a68baa0dbc4230b69ad38 /include
parentcf254c32ec47df4975d14e97233918e42ee70cea (diff)
downloadmusl-de05a2ac22d33bd7631f182143ecea6dd01d9406.tar.gz
revert one change in time.h; no evidence BSD_SOURCE should expose these..
Diffstat (limited to 'include')
-rw-r--r--include/time.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/time.h b/include/time.h
index 50ee5001..3cc0d28a 100644
--- a/include/time.h
+++ b/include/time.h
@@ -100,7 +100,7 @@ int timer_getoverrun (timer_t);
#endif
-#if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE) || defined(_BSD_SOURCE)
+#if defined(_XOPEN_SOURCE) || defined(_GNU_SOURCE)
char *strptime (const char *, const char *, struct tm *);
extern int daylight;
extern long timezone;