]> git.ipfire.org Git - thirdparty/glibc.git/commit
posix: Fix bug-regex33 after regex sync
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 4 Jul 2018 20:26:22 +0000 (17:26 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Wed, 4 Jul 2018 20:29:49 +0000 (17:29 -0300)
commit1002d708232dda9ebff65f6c1409fa067a01b6e0
tree42f044c9c054cd82e14594c8394834a71c97ef80
parent34fdb893e0cec55bdfc83ce56ab29b8f5eeaef9d
posix: Fix bug-regex33 after regex sync

On some platforms the inclusion of regex-internal.h in bug-regex33
testcase show a MAX redefinition if test-skeleton.c is include later.
This patch fixes by removing regex-internal.h inclusion and using
SBC_MAX value directly.

Checked on aarch64-linux-gnu.

* posix/bug-regex33.c: Fix build after regex sync.
ChangeLog
posix/bug-regex33.c