]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
<regex.h>: reserve a regcomp field for REG_POSIX
authorKyle Evans <kevans@FreeBSD.org>
Fri, 31 Jul 2020 12:40:31 +0000 (12:40 +0000)
committerKyle Evans <kevans@FreeBSD.org>
Fri, 31 Jul 2020 12:40:31 +0000 (12:40 +0000)
commit7c5ec5fe6afb50ba5c83ad0b3dab036f91b7dafe
treeb2ac957f72c7638e3635987d1d74258f0fcc75de
parentf1c3dac41471085d59a915db9d0a3ba99cabaf22
<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