diff options
author | Mattias Andrée <m@maandree.se> | 2025-02-09 10:16:27 +0100 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2025-02-09 10:16:27 +0100 |
commit | b88b278394d0d3ac47d04a40876bc322491a4b83 (patch) | |
tree | 35d6e415181f7d415c5480579becae70632e1199 /libsimple.h | |
parent | Update e-mail (diff) | |
download | libsimple-b88b278394d0d3ac47d04a40876bc322491a4b83.tar.gz libsimple-b88b278394d0d3ac47d04a40876bc322491a4b83.tar.bz2 libsimple-b88b278394d0d3ac47d04a40876bc322491a4b83.tar.xz |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r-- | libsimple.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libsimple.h b/libsimple.h index ba01ab5..6d1867e 100644 --- a/libsimple.h +++ b/libsimple.h @@ -211,6 +211,7 @@ libsimple_close(int *fdp__) * @throws Any error for close(3) except EBADF * * @since 1.6 + * @since 1.8 `next` can be `NULL` */ int libsimple_close_range(unsigned int first, unsigned int last, unsigned int *next); #define LIBSIMPLE_CLOSE_RANGE_MAX (~0U) |