about summary refs log tree commit diff
path: root/misc/fsync.c
diff options
context:
space:
mode:
Diffstat (limited to 'misc/fsync.c')
-rw-r--r--misc/fsync.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/fsync.c b/misc/fsync.c
index e1c37c6016..1961dd0cb2 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)