>I can't find man pages about flock and I can't compile my programs which uses >flock(...). >I found something similar called flockfile(). Does this mean flockfile should >be used instead of flock?
No, flockfile() works on the inside a process; you should use fcntl() locking (see fcntl(2) and lockf()) Casper _______________________________________________ opensolaris-code mailing list opensolaris-code@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/opensolaris-code