diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-05-18 14:36:19 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-07-07 14:10:58 -0300 |
commit | 653200ef42674cd0b71c9e07145054ccfadf2f0f (patch) | |
tree | c6a7884b33ab1d08b3d25871e7afa431a25ed6bd /support/Makefile | |
parent | c2723ce317f858f70237fc8866935114e2bb61b2 (diff) | |
download | glibc-653200ef42674cd0b71c9e07145054ccfadf2f0f.tar.gz |
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/Makefile | 2 |
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 \ |