F_ULOCK, F_LOCK, F_TLOCK, F_TEST missing in unistd.h

Gerrit P. Haase gerrit@familiehaase.de
Thu Aug 26 10:28:00 GMT 2004


Hello,

The SUS says these flags belong in unistd.h:

#define F_ULOCK 0       /* Unlock a previously locked region */
#define F_LOCK  1       /* Lock a region for exclusive use */
#define F_TLOCK 2       /* Test and lock a region for exclusive use */
#define F_TEST  3       /* Test a region for other processes locks */

Could this be added?

Gerrit
-- 
=^..^=


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list