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] | |
I see two possible solutions:
1) Unconditionally #include<sys/types.h> in<sys/signal.h> (newlib), OR 2) #include<sys/types.h> in<cygwin/signal.h>.
Since this appears to be Cygwin specific, I went for the latter. Patch attached.
WDLD?
cygwinports: cgf: wtf WDLD? cgf: What Does Linux Do? cgf: I adapted it from Dave Korn. cygwinports: sounds like a candidate for OLOCA
[1] http://repo.or.cz/w/glibc.git?a=blob;f=signal/signal.h;hb=HEAD [2] http://repo.or.cz/w/glibc.git?a=blob;f=signal/sys/signal.h;hb=HEAD
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |