11 Jun 2012 22:58
[PATCH] regex: fix for kernel cross-compile
Yaakov (Cygwin/X <yselkowitz <at> users.sourceforge.net>
2012-06-11 20:58:36 GMT
2012-06-11 20:58:36 GMT
The attached patch fixes the issue I reported previously: http://cygwin.com/ml/cygwin/2012-06/msg00161.html According to POSIX[1], a '|' following '(' produces undefined results. However, glibc and PCRE both allow the regex in question, so there is basis for omitting this error. I believe this is the last issue which needs to be fixed within Cygwin to allow cross-compiling the Linux kernel. Yaakov [1] http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html#tag_09_04_03
RSS Feed