summaryrefslogtreecommitdiffstats
path: root/lib/libcompat/4.1/ascftime.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libcompat/4.1/ascftime.c')
-rw-r--r--lib/libcompat/4.1/ascftime.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/lib/libcompat/4.1/ascftime.c b/lib/libcompat/4.1/ascftime.c
index 088143c..b3c15e4 100644
--- a/lib/libcompat/4.1/ascftime.c
+++ b/lib/libcompat/4.1/ascftime.c
@@ -39,14 +39,7 @@
#define MAXLEN 1000 /* just a guess, only the user knows... */
int
-#if __STDC__
ascftime(char *s, const char *format, const struct tm *tmptr)
-#else
-ascftime(s, format, tmptr)
- char *s;
- char *format;
- struct tm *tmptr;
-#endif
{
return strftime(s, MAXLEN, format? format: "%C", tmptr);
}
OpenPOWER on IntegriCloud