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/fsync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'misc/fsync.c') diff --git a/misc/fsync.c b/misc/fsync.c index e1c37c6..1961dd0 100644 --- a/misc/fsync.c +++ b/misc/fsync.c @@ -25,6 +25,6 @@ fsync (int fd) __set_errno (ENOSYS); return -1; } - +libc_hidden_def (fsync) stub_warning (fsync) -- cgit v1.1