diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-03-22 01:01:26 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-03-22 01:01:26 +0000 |
| commit | 138a22f24ac6ddf21c2420e9ec39dc611372b52c (patch) | |
| tree | 1a7294df51c031a64f99a5d4af7ee955fd8f205f /doc | |
| parent | 715b0466cda481f240bafdad7793d59eaaea26b1 (diff) | |
| download | skalibs-138a22f24ac6ddf21c2420e9ec39dc611372b52c.tar.gz | |
Add timed_write and timed_writev
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/upgrade.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/upgrade.html b/doc/upgrade.html index 57b81c3..147eafa 100644 --- a/doc/upgrade.html +++ b/doc/upgrade.html @@ -20,7 +20,8 @@ <ul> <li> New <tt>buffer_timed_getv</tt>, <tt>buffer_timed_putv</tt>, -<tt>timed_read</tt> and <tt>timed_readv</tt> functions. </li> +<tt>timed_read</tt> and <tt>timed_readv</tt>, +<tt>timed_write</tt> and <tt>timed_writev</tt> functions. </li> </ul> <h2> in 2.14.3.0 </h2> |
