* config/srclist.txt: Add glibc bug 1233.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Aug 2005 20:37:24 +0000 (20:37 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 23 Aug 2005 20:37:24 +0000 (20:37 +0000)
commit9828dc4e8fd7e2a91c3b82c6fa73d26f43e4df58
tree2ed493e0a58e01d9ac234a952592e60b50fa3223
parentb5fb70042633a9d83409be29d76057295c6614e7
* config/srclist.txt: Add glibc bug 1233.
* lib/regex.h (REG_NOSYS)
[!defined _XOPEN_SOURCE && 200112L <= _POSIX_C_SOURCE]:
Define, since POSIX requires it as of 2001.
(_REG_ENOSYS) [! (defined _XOPEN_SOURCE || 200112L <= _POSIX_C_SOURCE)]:
New private symbol, used to keep the enum signed in all cases.
config/ChangeLog
config/srclist.txt
lib/ChangeLog
lib/regex.h