[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: (fcntl fd F_GETLK ...) from Guile
From: |
Kevin Ryde |
Subject: |
Re: (fcntl fd F_GETLK ...) from Guile |
Date: |
Sat, 01 Sep 2007 09:50:54 +1000 |
User-agent: |
Gnus/5.110007 (No Gnus v0.7) Emacs/22.1 (gnu/linux) |
Kaloian Doganov <address@hidden> writes:
>
> Neighter F_GETLK nor F_SETLK is there.
Yep, not there. It'd need something for "struct flock" (and "struct
flock64" when available), they're not plain integers like the other
fcntl commands.
There's `flock' already for whole-file, if that's enough.