diff options
Diffstat (limited to 'newlib/libc/time')
-rw-r--r-- | newlib/libc/time/Makefile.in | 1 | ||||
-rw-r--r-- | newlib/libc/time/strftime.c | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/newlib/libc/time/Makefile.in b/newlib/libc/time/Makefile.in index 0027299e2..6f278a9ef 100644 --- a/newlib/libc/time/Makefile.in +++ b/newlib/libc/time/Makefile.in @@ -135,6 +135,7 @@ LDFLAGS = @LDFLAGS@ LIBC_EXTRA_DEF = @LIBC_EXTRA_DEF@ LIBC_EXTRA_LIB = @LIBC_EXTRA_LIB@ LIBC_MACHINE_LIB = @LIBC_MACHINE_LIB@ +LIBC_POSIX_DEF = @LIBC_POSIX_DEF@ LIBC_POSIX_LIB = @LIBC_POSIX_LIB@ LIBC_SIGNAL_DEF = @LIBC_SIGNAL_DEF@ LIBC_SIGNAL_LIB = @LIBC_SIGNAL_LIB@ diff --git a/newlib/libc/time/strftime.c b/newlib/libc/time/strftime.c index 1df353abf..4f2281ce8 100644 --- a/newlib/libc/time/strftime.c +++ b/newlib/libc/time/strftime.c @@ -57,7 +57,7 @@ The abbreviated weekday name according to the current locale. [tm_wday] o %A The full weekday name according to the current locale. In the default "C" locale, one of `<<Sunday>>', `<<Monday>>', `<<Tuesday>>', -`<<Wednesday>>', `<Thursday>>', `<<Friday>>', `<<Saturday>>'. [tm_wday] +`<<Wednesday>>', `<<Thursday>>', `<<Friday>>', `<<Saturday>>'. [tm_wday] o %b The abbreviated month name according to the current locale. [tm_mon] |