commit a03ec4492a874bcff25cb81a68b754e512def793
parent 66ef9fc0b0eac03226c5a5b72c4be9056598595d
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Thu, 23 Mar 2023 02:45:50 +0000
bugfix: typo in unix-timed.h
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/include/skalibs/unix-timed.h b/src/include/skalibs/unix-timed.h
@@ -16,7 +16,7 @@
/* Timed "blocking" operations (the fd must still be non-blocking) */
extern int timed_flush (void *, init_func_ref, init_func_ref, init_func_ref, tain const *, tain *) ;
-#define timed_flush_g(b, getfd, isnonempty, flush, deadline) timed_flush(b, getfd, isnonempty, flush, (deadline_), &STAMP)
+#define timed_flush_g(b, getfd, isnonempty, flush, deadline) timed_flush(b, getfd, isnonempty, flush, (deadline), &STAMP)
extern ssize_t timed_get (void *, init_func_ref, get_func_ref, tain const *, tain *) ;
#define timed_get_g (b, getfd, get, deadline) timed_get(b, getfd, get, (deadline), &STAMP)