From 41d8937a607b3ff4d47d6bb4a7f33e6898b8d6c1 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 25 Nov 2002 15:31:05 +0000 Subject: [PATCH] Really sync with libc, not with my locally-modified copy. Thanks, Karl! --- lib/mktime.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/lib/mktime.c b/lib/mktime.c index 22217900d..f4c2c67d2 100644 --- a/lib/mktime.c +++ b/lib/mktime.c @@ -29,9 +29,6 @@ #ifdef _LIBC # define HAVE_LIMITS_H 1 # define STDC_HEADERS 1 -# define STATIC /* empty */ -#else -# define STATIC static #endif /* Assume that leap seconds are possible, unless told otherwise. -- 2.11.0