This is the mail archive of the cygwin 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: F_ULOCK, F_LOCK, F_TLOCK, F_TEST missing in unistd.h


Corinna Vinschen schrieb:
I have already lockf kernel code from FreeBSD in my local sandbox since
I began working on that earlier this year at one point.  The most missing
resources are spare time and a good idea how to share the lock data
between processes in a *sensible* way.  The simple appraoch would use
Cygserver to keep track of lock data, but I really don't want to involve
Cygserver in file I/O.

but lockf isn't used that often. why not KISS style for the start?

--
Reini Urban
http://xarch.tu-graz.ac.at/home/rurban/

--
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/


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