diff options
| author | Paul Eggert | 2024-02-17 15:58:03 -0800 |
|---|---|---|
| committer | Paul Eggert | 2024-02-17 15:58:47 -0800 |
| commit | bd0e281a6a27c048b12847811bc0385acbaa1eec (patch) | |
| tree | 734a44b22a5bfd6cb4d56f865ba72191869da2a1 /lib | |
| parent | 37bb33dae791e5f59f1d0d27c0221db3b3b4c16d (diff) | |
| download | emacs-bd0e281a6a27c048b12847811bc0385acbaa1eec.tar.gz emacs-bd0e281a6a27c048b12847811bc0385acbaa1eec.zip | |
Update from Gnulib by running admin/merge-gnulib
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/gnulib.mk.in | 2 | ||||
| -rw-r--r-- | lib/strftime.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/gnulib.mk.in b/lib/gnulib.mk.in index 9970f7810e2..711ddcf1260 100644 --- a/lib/gnulib.mk.in +++ b/lib/gnulib.mk.in | |||
| @@ -47,7 +47,7 @@ | |||
| 47 | # --avoid=iswdigit \ | 47 | # --avoid=iswdigit \ |
| 48 | # --avoid=iswxdigit \ | 48 | # --avoid=iswxdigit \ |
| 49 | # --avoid=langinfo \ | 49 | # --avoid=langinfo \ |
| 50 | # --avoid=localename \ | 50 | # --avoid=localename-unsafe-limited \ |
| 51 | # --avoid=lock \ | 51 | # --avoid=lock \ |
| 52 | # --avoid=mbrtowc \ | 52 | # --avoid=mbrtowc \ |
| 53 | # --avoid=mbsinit \ | 53 | # --avoid=mbsinit \ |
diff --git a/lib/strftime.c b/lib/strftime.c index c7256c3d354..128176cad40 100644 --- a/lib/strftime.c +++ b/lib/strftime.c | |||
| @@ -401,7 +401,7 @@ should_remove_ampm (void) | |||
| 401 | lt lv mg mhr mi mk mn ms mt nb nds nhn nl nn nr nso oc os pap pl pt ro | 401 | lt lv mg mhr mi mk mn ms mt nb nds nhn nl nn nr nso oc os pap pl pt ro |
| 402 | ru rw sah sc se sgs sk sl sm sr ss st su sv szl tg tk tn ts tt ug uk unm | 402 | ru rw sah sc se sgs sk sl sm sr ss st su sv szl tg tk tn ts tt ug uk unm |
| 403 | uz ve wae wo xh zu */ | 403 | uz ve wae wo xh zu */ |
| 404 | const char *loc = gl_locale_name (LC_TIME, "LC_TIME"); | 404 | const char *loc = gl_locale_name_unsafe (LC_TIME, "LC_TIME"); |
| 405 | bool remove_ampm = false; | 405 | bool remove_ampm = false; |
| 406 | switch (loc[0]) | 406 | switch (loc[0]) |
| 407 | { | 407 | { |