diff options
Diffstat (limited to 'doc/libstddjb')
-rw-r--r-- | doc/libstddjb/djbunix.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/libstddjb/djbunix.html b/doc/libstddjb/djbunix.html index 93e246d..da8ed23 100644 --- a/doc/libstddjb/djbunix.html +++ b/doc/libstddjb/djbunix.html @@ -235,6 +235,12 @@ Returns 0 if it succeeds, or -1 (and sets errno) if it fails. </p> <p> +<code> void lock_unx (int fd) </code> <br /> +Like <tt>lock_un</tt>, but without a return code and without +modifying errno. +</p> + +<p> <code> int open2 (char const *file, unsigned int flags) </code> <br /> Safe wrapper around <a href="http://www.opengroup.org/onlinepubs/9699919799/functions/open.html">open()</a> |