From de05a2ac22d33bd7631f182143ecea6dd01d9406 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Wed, 13 Jun 2012 14:46:11 -0400 Subject: revert one change in time.h; no evidence BSD_SOURCE should expose these.. --- include/time.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') 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; -- cgit v1.2.1