]> git.ipfire.org Git - thirdparty/glibc.git/commit
string: Add strerror, strerror_r, and strerror_l test
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 18 May 2020 17:36:19 +0000 (14:36 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Tue, 7 Jul 2020 17:10:58 +0000 (14:10 -0300)
commit653200ef42674cd0b71c9e07145054ccfadf2f0f
treec6a7884b33ab1d08b3d25871e7afa431a25ed6bd
parentc2723ce317f858f70237fc8866935114e2bb61b2
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>
string/Makefile
string/tst-strerror.c [new file with mode: 0644]
support/Makefile
support/support.h
support/xnewlocale.c [new file with mode: 0644]
support/xuselocale.c [new file with mode: 0644]