]> git.ipfire.org Git - thirdparty/glibc.git/commit
string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, wcsncmp].
authorNoah Goldstein <goldstein.w.n@gmail.com>
Mon, 10 Jan 2022 21:35:36 +0000 (15:35 -0600)
committerNoah Goldstein <goldstein.w.n@gmail.com>
Thu, 3 Feb 2022 22:41:34 +0000 (16:41 -0600)
commit43388b3ac09c757af1d94c9071e52b79b4bd8bb4
treeef9f2754dfe6592fb978d3f8f8e0c3010b55a368
parent798d716df71fb23dc89d1d5dba1fc26a1b5c0024
string/test-str*cmp: remove stupid_[strcmp, strncmp, wcscmp, wcsncmp].

These implementations just add to test duration. Since we have
simple_* implementations we already have a safe reference
implementation.

Signed-off-by: Noah Goldstein <goldstein.w.n@gmail.com>
string/test-strcmp.c
string/test-strncmp.c