mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-08 17:42:12 +03:00
Add hidden prototypes for fsync, fdatasync
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@@ -25,6 +25,6 @@ fsync (int fd)
|
||||
__set_errno (ENOSYS);
|
||||
return -1;
|
||||
}
|
||||
|
||||
libc_hidden_def (fsync)
|
||||
|
||||
stub_warning (fsync)
|
||||
|
Reference in New Issue
Block a user