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

Re: mkfifo



> I already know that mkfifo isn't supported by cygwin, not even
> stubbed.  However, the sys/stat.h file has it prototyped.  I believe
> this to be a bug in the header since the function isn't available.
> Comments?

The headers come from newlib, mkfifo() would need to come from winsup.
It's not a bug, it's just that the two packages are independent and
some discrepencies like this "just happen".

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com


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