From d23490afb8dc7c35ca38ab5a3b0a09f3d3965d39 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Wed, 24 Dec 2025 13:05:31 +0000 Subject: Oops, fd_sanitize must return an int --- src/include/skalibs/djbunix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include') diff --git a/src/include/skalibs/djbunix.h b/src/include/skalibs/djbunix.h index 29e37d2..a2a0d42 100644 --- a/src/include/skalibs/djbunix.h +++ b/src/include/skalibs/djbunix.h @@ -31,7 +31,7 @@ extern int fd_sync (int) ; extern off_t fd_cat (int, int) ; extern off_t fd_catn (int, int, off_t) ; extern int fd_ensure_open (int, int) ; -extern void fd_sanitize (void) ; +extern int fd_sanitize (void) ; extern void fd_shutdown (int, int) ; extern int fd_lock (int, int, int) ; -- cgit v1.3.1