about summary refs log tree commit diff
path: root/sysdeps/mach/hurd/fsync.c
diff options
context:
space:
mode:
authorFlorian Weimer <fweimer@redhat.com>2021-06-22 09:50:27 +0200
committerFlorian Weimer <fweimer@redhat.com>2021-06-22 09:51:14 +0200
commit412b05fec9323a093fe271ae01b4083ea2d1fc1f (patch)
tree9ad4f8b7dcf189fc8d2d67924be0765b6015fb98 /sysdeps/mach/hurd/fsync.c
parent3c79234c7a9cf57aa79e84745493dfad1a7c72fc (diff)
downloadglibc-412b05fec9323a093fe271ae01b4083ea2d1fc1f.tar.gz
glibc-412b05fec9323a093fe271ae01b4083ea2d1fc1f.tar.xz
glibc-412b05fec9323a093fe271ae01b4083ea2d1fc1f.zip
Add hidden prototypes for fsync, fdatasync
Reviewed-by: Adhemerval Zanella  <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/mach/hurd/fsync.c')
-rw-r--r--sysdeps/mach/hurd/fsync.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/fsync.c b/sysdeps/mach/hurd/fsync.c
index ef04ee97f9..c1d560f293 100644
--- a/sysdeps/mach/hurd/fsync.c
+++ b/sysdeps/mach/hurd/fsync.c
@@ -41,3 +41,4 @@ fsync (int fd)
     }
   return 0;
 }
+libc_hidden_def (fsync)