Opened 17 years ago
Closed 17 years ago
#1566 closed enhancement (fixed)
lockf() not implemented
Reported by: | kaliber | Owned by: | axeld |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/pre-alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
It would be nice to have lockf() function.
http://www.opengroup.org/onlinepubs/009695399/functions/lockf.html
Change History (3)
follow-up: 2 comment:1 by , 17 years ago
comment:2 by , 17 years ago
Replying to bonefish:
We do already have fcntl(F_GETLK/F_SETLK[W]) support, and it looks like lockf() can be fully mapped to it.
I will have a look.
Note:
See TracTickets
for help on using tickets.
We do already have fcntl(F_GETLK/F_SETLK[W]) support, and it looks like lockf() can be fully mapped to it.