This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix -Wundef warning for HAVE_LOCALTIME_R


Define HAVE_LOCALTIME_R to 0.  There is again a gnulib copy for this
in lib/strptime.c, but it is out of sync with our copy.

Siddhesh

	* time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.

---
 time/strptime_l.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/time/strptime_l.c b/time/strptime_l.c
index 8fe623d..02680d9 100644
--- a/time/strptime_l.c
+++ b/time/strptime_l.c
@@ -28,6 +28,7 @@
 #include <stdbool.h>
 
 #ifdef _LIBC
+#define HAVE_LOCALTIME_R 0
 # include "../locale/localeinfo.h"
 #endif
 
-- 
1.9.3

Attachment: pgpbHaMTBV6Xy.pgp
Description: PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]