diff options
Diffstat (limited to 'misc/fsync.c')
-rw-r--r-- | misc/fsync.c | 2 |
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) |