aboutsummaryrefslogtreecommitdiffstats
path: root/libsimple.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsimple.h')
-rw-r--r--libsimple.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libsimple.h b/libsimple.h
index dd96615..ba01ab5 100644
--- a/libsimple.h
+++ b/libsimple.h
@@ -209,6 +209,8 @@ libsimple_close(int *fdp__)
* @return 0 on successful completion, -1 on failure
* @throws EINVAL If `first > last`
* @throws Any error for close(3) except EBADF
+ *
+ * @since 1.6
*/
int libsimple_close_range(unsigned int first, unsigned int last, unsigned int *next);
#define LIBSIMPLE_CLOSE_RANGE_MAX (~0U)