[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
(fcntl fd F_GETLK ...) from Guile
From: |
Kaloian Doganov |
Subject: |
(fcntl fd F_GETLK ...) from Guile |
Date: |
Fri, 31 Aug 2007 15:58:37 +0300 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.1.50 (gNewSense gnu/linux) |
Is there a way to use fcntl's F_GETLK command from Guile? According
to the docs [1], only the following commands are available:
F_DUPFD
F_GETFD
F_SETFD
F_GETFL
F_SETFL
F_GETOWN
F_SETOWN
FD_CLOEXEC
Neighter F_GETLK nor F_SETLK is there. Am I missing something? May
be the file locking mechanism is available elsewhere in the Guile
libs?
[1]
http://www.gnu.org/software/guile/manual/html_node/Ports-and-File-Descriptors.html#index-fcntl-2899
--
Protect your digital freedom and privacy, eliminate DRM, learn more at
http://www.defectivebydesign.org/what_is_drm
- (fcntl fd F_GETLK ...) from Guile,
Kaloian Doganov <=