mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 07:10:06 +00:00
regex: port Gnulib code to z/OS POSIX environment
Problem reported by Arnold Robbins in: https://lists.gnu.org/r/bug-gnulib/2018-08/msg00129.html * posix/regex_internal.h (__iswalnum, __towlower, __towupper) [!_LIBC]: Undef.
This commit is contained in:
parent
debc4c9870
commit
b35d3509ca
@ -1,3 +1,11 @@
|
|||||||
|
2018-08-22 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
|
regex: port Gnulib code to z/OS POSIX environment
|
||||||
|
Problem reported by Arnold Robbins in:
|
||||||
|
https://lists.gnu.org/r/bug-gnulib/2018-08/msg00129.html
|
||||||
|
* posix/regex_internal.h (__iswalnum, __towlower, __towupper) [!_LIBC]:
|
||||||
|
Undef.
|
||||||
|
|
||||||
2018-08-22 Joseph Myers <joseph@codesourcery.com>
|
2018-08-22 Joseph Myers <joseph@codesourcery.com>
|
||||||
|
|
||||||
* math/test-double-vlen2.h: Don't include <math-tests-rounding.h>.
|
* math/test-double-vlen2.h: Don't include <math-tests-rounding.h>.
|
||||||
|
@ -149,7 +149,10 @@
|
|||||||
/* Rename to standard API for using out of glibc. */
|
/* Rename to standard API for using out of glibc. */
|
||||||
#ifndef _LIBC
|
#ifndef _LIBC
|
||||||
# undef __wctype
|
# undef __wctype
|
||||||
|
# undef __iswalnum
|
||||||
# undef __iswctype
|
# undef __iswctype
|
||||||
|
# undef __towlower
|
||||||
|
# undef __towupper
|
||||||
# define __wctype wctype
|
# define __wctype wctype
|
||||||
# define __iswalnum iswalnum
|
# define __iswalnum iswalnum
|
||||||
# define __iswctype iswctype
|
# define __iswctype iswctype
|
||||||
|
Loading…
Reference in New Issue
Block a user