]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
<regex.h>: reserve a regcomp field for REG_POSIX
authorkevans <kevans@FreeBSD.org>
Fri, 31 Jul 2020 12:40:31 +0000 (12:40 +0000)
committerkevans <kevans@FreeBSD.org>
Fri, 31 Jul 2020 12:40:31 +0000 (12:40 +0000)
commite8cf8b68731450c36b54f8a1e358af3c2e265e07
treeb2ac957f72c7638e3635987d1d74258f0fcc75de
parentca0834424e47696a81e37e513d0cc0ca01859245
<regex.h>: reserve a regcomp field for REG_POSIX

For libc regcomp, this will be a nop. libregex will take this to mean that
it needs to turn off GNU extensions, effectively switching it back to the
POSIX-compliant libc implementation at runtime.
include/regex.h