From 8e7e029114c59341ec793dc9e96ee410a5f37e2b Mon Sep 17 00:00:00 2001 From: Jannis Hoffmann Date: Sat, 28 Sep 2024 21:20:40 +0200 Subject: update to version 25 --- src/timeout.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/timeout.c') diff --git a/src/timeout.c b/src/timeout.c index 9d34e69..c0a904f 100644 --- a/src/timeout.c +++ b/src/timeout.c @@ -8,8 +8,9 @@ /** @file timeout.c @author djb - @source qmail + @ref qmail @brief read/write timeout handling + @return same as read(2) or write(2); -1 on error */ int timeoutread(int t, int fd, char *buf, int len) -- cgit v1.2.3