changeset 4033:5b3e7f0de815

Really sync with libc, not with my locally-modified copy. Thanks, Karl!
author Jim Meyering <jim@meyering.net>
date Mon, 25 Nov 2002 15:31:05 +0000
parents e76ad165dc98
children a954aaa1c238
files lib/mktime.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/lib/mktime.c	Mon Nov 25 14:27:12 2002 +0000
+++ b/lib/mktime.c	Mon Nov 25 15:31:05 2002 +0000
@@ -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.