This is the mail archive of the cygwin@cygwin.com 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]

Non-existing header files included in posix_types.h?


Hi there,

please look at this line in /usr/include/linux/posix_types.h :

[47] #include <asm/posix_types.h>

This file doesn't exist. In the asm directory, I can only find byteorder.h,
socket.h, and types.h.
I tried to change the above to <asm/types.h>.
Now I got another error:

$ gcc -o semtest semtest.c
In file included from semtest.c:4:
/usr/include/linux/shm.h:6: asm/shparam.h: No such file or directory

What did I do wrong?

Thanks for your replies.

Andreas


--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


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