]> git.ipfire.org Git - thirdparty/glibc.git/commit
BZ#11120: fix x86_64/strcmp.S NOT_IN_libc safeguards
authorDmitry V. Levin <ldv@altlinux.org>
Thu, 21 Mar 2013 23:02:37 +0000 (23:02 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Fri, 22 Mar 2013 03:16:00 +0000 (03:16 +0000)
commit2e0fb52187504fad6657c9462ce650a540d5e387
treed7486ae2821d23ed6991d8da7e74c85542a4df28
parentb5784d95bb94eda59b08aca735406908e209f638
BZ#11120: fix x86_64/strcmp.S NOT_IN_libc safeguards

Due to a typo repeated several times, this bug hasn't been fixed yet,
despite being marked as resolved in glibc 2.12.

* sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
with NOT_IN_libc.
ChangeLog
NEWS
sysdeps/x86_64/strcmp.S