# HG changeset patch # User Jim Meyering # Date 1038238265 0 # Node ID 5b3e7f0de8153d1cefdf4afc859798026937d63a # Parent e76ad165dc98cd3120158aa9cda0f6747e8a4434 Really sync with libc, not with my locally-modified copy. Thanks, Karl! diff --git a/lib/mktime.c b/lib/mktime.c --- 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.