Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/time/asctime.c')
-rw-r--r--newlib/libc/time/asctime.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/time/asctime.c b/newlib/libc/time/asctime.c
index e4011856d..4c4640861 100644
--- a/newlib/libc/time/asctime.c
+++ b/newlib/libc/time/asctime.c
@@ -22,7 +22,7 @@ INDEX
ANSI_SYNOPSIS
#include <time.h>
char *asctime(const struct tm *<[clock]>);
- char *asctime_r(const struct tm *<[clock]>, char *<[buf]>);
+ char *_asctime_r(const struct tm *<[clock]>, char *<[buf]>);
TRAD_SYNOPSIS
#include <time.h>