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



_______________________________________________
Guile-user mailing list
Guile-user@gnu.org
http://lists.gnu.org/mailman/listinfo/guile-user

Reply via email to