mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-09 23:00:07 +00:00
Fix week-1stday in C locale
This commit is contained in:
parent
78aa397939
commit
930799d555
@ -1,3 +1,8 @@
|
||||
2009-10-05 Andreas Schwab <schwab@redhat.com>
|
||||
|
||||
* locale/C-time.c: Revert week-1stday back to 19971130 and set
|
||||
first_weekday to 1 and first_workday to 2.
|
||||
|
||||
2009-10-01 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Define F_SETOWN_EX and
|
||||
|
@ -134,10 +134,10 @@ const struct locale_data _nl_C_LC_TIME attribute_hidden =
|
||||
{ .wstr = (const uint32_t *) L"" },
|
||||
{ .wstr = (const uint32_t *) L"" },
|
||||
{ .string = "\7" },
|
||||
{ .word = 19971201 },
|
||||
{ .word = 19971130 },
|
||||
{ .string = "\4" },
|
||||
{ .string = "\7" },
|
||||
{ .string = "\1" },
|
||||
{ .string = "\2" },
|
||||
{ .string = "\1" },
|
||||
{ .string = "" },
|
||||
{ .string = "%a %b %e %H:%M:%S %Z %Y" },
|
||||
|
Loading…
Reference in New Issue
Block a user