diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2018-03-01 12:51:30 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2018-03-01 12:51:30 +0000 |
commit | 4684272897e351ed21f82a0ef84bc94194b4d538 (patch) | |
tree | 91a52b9dd3881e2ae001c5dd1a2a08fbc65da0bc /doc | |
parent | ccb423ed6f317da5a02f4feeda082d791215a4ba (diff) | |
download | skalibs-4684272897e351ed21f82a0ef84bc94194b4d538.tar.xz |
Add byte_zzero, openb_read
Diffstat (limited to 'doc')
-rw-r--r-- | doc/libstddjb/djbunix.html | 6 | ||||
-rw-r--r-- | doc/upgrade.html | 3 |
2 files changed, 8 insertions, 1 deletions
diff --git a/doc/libstddjb/djbunix.html b/doc/libstddjb/djbunix.html index 05515aa..1507bcd 100644 --- a/doc/libstddjb/djbunix.html +++ b/doc/libstddjb/djbunix.html @@ -261,6 +261,12 @@ Returns a valid fd number if it succeeds, or -1 (and sets errno) if it fails. </p> <p> +<code> int openb_read (char const *file) </code> <br /> +Opens <em>file</em> in read-only, blocking mode. +Returns a valid fd number if it succeeds, or -1 (and sets errno) if it fails. +</p> + +<p> <code> int open_readb (char const *file) </code> <br /> Opens <em>file</em> in read-only, blocking mode. Returns a valid fd number if it succeeds, or -1 (and sets errno) if it fails. diff --git a/doc/upgrade.html b/doc/upgrade.html index 7f95df7..18a8656 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -19,7 +19,8 @@ <h2> in 2.6.4.0 </h2> <ul> - <li> New function: <a href="libstddjb/djbunix.html">execvep_loose()</a>. </li> + <li> New functions: <a href="libstddjb/djbunix.html">execvep_loose()</a>, +<tt>byte_zzero()</tt> </li> </ul> <h2> in 2.6.3.1 </h2> |