Opened 17 years ago

Closed 16 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

Change History (3)

comment:1 by bonefish, 17 years ago

We do already have fcntl(F_GETLK/F_SETLK[W]) support, and it looks like lockf() can be fully mapped to it.

in reply to:  1 comment:2 by kaoutsis, 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.

comment:3 by kaoutsis, 16 years ago

Resolution: fixed
Status: newclosed

fixed in hrev22628.

Note: See TracTickets for help on using tickets.