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