aboutsummaryrefslogtreecommitdiff
path: root/newlib
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2025-01-13 13:20:33 +0100
committerCorinna Vinschen <corinna@vinschen.de>2025-01-13 13:20:33 +0100
commit72368d87b5745be5ef80302ee97c664cd05f3904 (patch)
tree264f2bac973e89b6c69299a9817ad7ca07fd13bb /newlib
parent264544bf72f6ed85530a1b058e9efdb73ab72e90 (diff)
downloadnewlib-72368d87b5745be5ef80302ee97c664cd05f3904.zip
newlib-72368d87b5745be5ef80302ee97c664cd05f3904.tar.gz
newlib-72368d87b5745be5ef80302ee97c664cd05f3904.tar.bz2
Add missing getlocalename_l to LIBC_CHEWOUT_FILES
Regenerate Makefile.in. Fixes: 71511d4ac8686 ("getlocalename_l: implement per SUS Base Specifications Issue 8 draft") Reported-by: Brian Inglis <Brian.Inglis@SystematicSW.ab.ca> Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'newlib')
-rw-r--r--newlib/Makefile.in30
-rw-r--r--newlib/libc/locale/Makefile.inc1
2 files changed, 16 insertions, 15 deletions
diff --git a/newlib/Makefile.in b/newlib/Makefile.in
index f25db3b..211e10b 100644
--- a/newlib/Makefile.in
+++ b/newlib/Makefile.in
@@ -4464,21 +4464,21 @@ LIBC_CHEWOUT_FILES = libc/stdlib/_Exit.def libc/stdlib/a64l.def \
libc/time/mktime.def libc/time/strftime.def libc/time/time.def \
libc/time/tzlock.def libc/time/tzset.def \
libc/time/wcsftime.def libc/locale/duplocale.def \
- libc/locale/freelocale.def libc/locale/locale.def \
- libc/locale/newlocale.def libc/locale/uselocale.def \
- libc/reent/closer.def libc/reent/reent.def \
- libc/reent/execr.def libc/reent/fcntlr.def \
- libc/reent/fstatr.def libc/reent/getentropyr.def \
- libc/reent/gettimeofdayr.def libc/reent/linkr.def \
- libc/reent/lseekr.def libc/reent/mkdirr.def \
- libc/reent/openr.def libc/reent/readr.def \
- libc/reent/renamer.def libc/reent/signalr.def \
- libc/reent/sbrkr.def libc/reent/statr.def \
- libc/reent/timesr.def libc/reent/unlinkr.def \
- libc/reent/fstat64r.def libc/reent/lseek64r.def \
- libc/reent/stat64r.def libc/reent/open64r.def \
- libc/reent/writer.def libc/misc/ffs.def libc/misc/lock.def \
- libc/misc/unctrl.def libc/posix/popen.def \
+ libc/locale/freelocale.def libc/locale/getlocalename_l.def \
+ libc/locale/locale.def libc/locale/newlocale.def \
+ libc/locale/uselocale.def libc/reent/closer.def \
+ libc/reent/reent.def libc/reent/execr.def \
+ libc/reent/fcntlr.def libc/reent/fstatr.def \
+ libc/reent/getentropyr.def libc/reent/gettimeofdayr.def \
+ libc/reent/linkr.def libc/reent/lseekr.def \
+ libc/reent/mkdirr.def libc/reent/openr.def \
+ libc/reent/readr.def libc/reent/renamer.def \
+ libc/reent/signalr.def libc/reent/sbrkr.def \
+ libc/reent/statr.def libc/reent/timesr.def \
+ libc/reent/unlinkr.def libc/reent/fstat64r.def \
+ libc/reent/lseek64r.def libc/reent/stat64r.def \
+ libc/reent/open64r.def libc/reent/writer.def libc/misc/ffs.def \
+ libc/misc/lock.def libc/misc/unctrl.def libc/posix/popen.def \
libc/posix/posix_spawn.def libc/iconv/lib/iconv.def
LIBC_CHAPTERS = libc/sys.tex libc/stdlib/stdlib.tex \
libc/ctype/ctype.tex libc/stdio/stdio.tex \
diff --git a/newlib/libc/locale/Makefile.inc b/newlib/libc/locale/Makefile.inc
index 0189643..d556ecb 100644
--- a/newlib/libc/locale/Makefile.inc
+++ b/newlib/libc/locale/Makefile.inc
@@ -22,6 +22,7 @@ endif
LIBC_CHEWOUT_FILES += \
%D%/duplocale.def \
%D%/freelocale.def \
+ %D%/getlocalename_l.def \
%D%/locale.def \
%D%/newlocale.def \
%D%/uselocale.def