1
0
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:
Florian Weimer
2021-06-22 09:50:27 +02:00
parent 3c79234c7a
commit 412b05fec9
7 changed files with 8 additions and 1 deletions

View File

@ -27,3 +27,4 @@ fdatasync (int fd)
{
return SYSCALL_CANCEL (fdatasync, fd);
}
libc_hidden_def (fdatasync)