This is the mail archive of the cygwin-developers@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]
Other format: [Raw text]

Re: Should sys/types.h include sys/sysmacros.h?


On Wed, May 01, 2002 at 08:56:00AM -0400, Jason Tishler wrote:
>In the process of trying to build the latest Python CVS, I get a link
>error due to the following line:
>
>    res = mknod(filename, mode, makedev(major, minor));
>
>After building successfully under Linux, I determined that the above
>works because Linux's sys/types.h includes sys/sysmacros.h.
>
>Should newlib's sys/types.h include sys/sysmacros.h (possibly only for
>Cygwin)?
>
>I tried searching:
>
>    http://www.opengroup.org/onlinepubs/007908799/index.html
>
>but came up empty.

If it makes things more linux compliant and there is no corresponding
susv2 ruling, then go for it.  Could you send a patch to the newlib mailing
list?  If it's conditionalized for cygwin, I can approve it.

cgf


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