From 4684272897e351ed21f82a0ef84bc94194b4d538 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 1 Mar 2018 12:51:30 +0000 Subject: Add byte_zzero, openb_read --- doc/libstddjb/djbunix.html | 6 ++++++ doc/upgrade.html | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) (limited to 'doc') 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 @@ -260,6 +260,12 @@ Opens file in read-only, non-blocking mode. Returns a valid fd number if it succeeds, or -1 (and sets errno) if it fails.

+

+ int openb_read (char const *file)
+Opens file in read-only, blocking mode. +Returns a valid fd number if it succeeds, or -1 (and sets errno) if it fails. +

+

int open_readb (char const *file)
Opens file in read-only, blocking mode. 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 @@

in 2.6.4.0

in 2.6.3.1

-- cgit v1.2.3