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