This is the mail archive of the cygwin-patches mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] regex: fix for kernel cross-compile


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

Attachment: regex-kernel-relocs.patch
Description: application/itunes-itlp


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]