about summary refs log tree commit diff
path: root/support/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-05-18 14:36:19 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2020-07-07 14:10:58 -0300
commit653200ef42674cd0b71c9e07145054ccfadf2f0f (patch)
treec6a7884b33ab1d08b3d25871e7afa431a25ed6bd /support/Makefile
parentc2723ce317f858f70237fc8866935114e2bb61b2 (diff)
downloadglibc-653200ef42674cd0b71c9e07145054ccfadf2f0f.tar.gz
glibc-653200ef42674cd0b71c9e07145054ccfadf2f0f.tar.xz
glibc-653200ef42674cd0b71c9e07145054ccfadf2f0f.zip
string: Add strerror, strerror_r, and strerror_l test
Checked on x86-64-linux-gnu, i686-linux-gnu, powerpc64le-linux-gnu,
and s390x-linux-gnu.

Tested-by: Carlos O'Donell <carlos@redhat.com>
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Diffstat (limited to 'support/Makefile')
-rw-r--r--support/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/support/Makefile b/support/Makefile
index 51484310cd..764b471033 100644
--- a/support/Makefile
+++ b/support/Makefile
@@ -108,6 +108,7 @@ libsupport-routines = \
   xmmap \
   xmprotect \
   xmunmap \
+  xnewlocale \
   xopen \
   xpipe \
   xpoll \
@@ -173,6 +174,7 @@ libsupport-routines = \
   xsymlink \
   xsysconf \
   xunlink \
+  xuselocale \
   xwaitpid \
   xwrite \