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 ++++++
1 file changed, 6 insertions(+)
(limited to 'doc/libstddjb')
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.
--
cgit v1.2.3