|
Looking file access with flock
|
09/17/2010 5:16 AM
post67693
|
Looking file access with flock
Hi All,
This is my first post and i am very new to QNX.
I am analyzing existing code. A file is locked with flock(fd,LOCK_EX ) and it is not unlocked. Does closing the file
with close(fd) removes all the lock? Locking and closing the file is done in same thread only.
|
|
|