summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime/strftime.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdtime/strftime.c')
-rw-r--r--lib/libc/stdtime/strftime.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdtime/strftime.c b/lib/libc/stdtime/strftime.c
index 21f2756..5e272be 100644
--- a/lib/libc/stdtime/strftime.c
+++ b/lib/libc/stdtime/strftime.c
@@ -17,7 +17,7 @@
#ifdef LIBC_RCS
static const char rcsid[] =
- "$Id: strftime.c,v 1.7 1996/05/27 04:10:27 scrappy Exp $";
+ "$Id: strftime.c,v 1.8 1996/05/27 06:54:01 scrappy Exp $";
#endif
#ifndef lint
@@ -60,7 +60,6 @@ struct lc_time_T {
};
static struct lc_time_T localebuf;
-static struct lc_time_T * _loc P((void));
static int using_locale;
#define Locale (using_locale ? &localebuf : &C_time_locale)
OpenPOWER on IntegriCloud