mirror of
https://sourceware.org/git/glibc.git
synced 2026-01-06 11:51:29 +03:00
Add hidden prototypes for fsync, fdatasync
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
This commit is contained in:
@@ -26,3 +26,4 @@ fsync (int fd)
|
||||
{
|
||||
return SYSCALL_CANCEL (fsync, fd);
|
||||
}
|
||||
libc_hidden_def (fsync)
|
||||
|
||||
Reference in New Issue
Block a user