From a03ec4492a874bcff25cb81a68b754e512def793 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Thu, 23 Mar 2023 02:45:50 +0000 Subject: bugfix: typo in unix-timed.h Signed-off-by: Laurent Bercot --- src/include/skalibs/unix-timed.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/include/skalibs/unix-timed.h b/src/include/skalibs/unix-timed.h index ca3d9c7..be79056 100644 --- 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) -- cgit v1.2.3