From 412b05fec9323a093fe271ae01b4083ea2d1fc1f Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Tue, 22 Jun 2021 09:50:27 +0200 Subject: Add hidden prototypes for fsync, fdatasync Reviewed-by: Adhemerval Zanella --- misc/fdatasync.c | 1 + 1 file changed, 1 insertion(+) (limited to 'misc/fdatasync.c') diff --git a/misc/fdatasync.c b/misc/fdatasync.c index 28474812ca..c776978bba 100644 --- a/misc/fdatasync.c +++ b/misc/fdatasync.c @@ -25,3 +25,4 @@ fdatasync (int fildes) { return fsync (fildes); } +libc_hidden_def (fdatasync) -- cgit v1.2.3-70-g09d2