diff options
author | Florian Weimer <fweimer@redhat.com> | 2021-06-22 09:50:27 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2021-06-22 09:51:14 +0200 |
commit | 412b05fec9323a093fe271ae01b4083ea2d1fc1f (patch) | |
tree | 9ad4f8b7dcf189fc8d2d67924be0765b6015fb98 /include/unistd.h | |
parent | 3c79234c7a9cf57aa79e84745493dfad1a7c72fc (diff) | |
download | glibc-412b05fec9323a093fe271ae01b4083ea2d1fc1f.tar.gz glibc-412b05fec9323a093fe271ae01b4083ea2d1fc1f.tar.xz glibc-412b05fec9323a093fe271ae01b4083ea2d1fc1f.zip |
Add hidden prototypes for fsync, fdatasync
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'include/unistd.h')
-rw-r--r-- | include/unistd.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/unistd.h b/include/unistd.h index 8ed8b1ea4b..34872d8b41 100644 --- a/include/unistd.h +++ b/include/unistd.h @@ -25,6 +25,8 @@ libc_hidden_proto (seteuid) libc_hidden_proto (setegid) libc_hidden_proto (tcgetpgrp) libc_hidden_proto (readlinkat) +libc_hidden_proto (fsync) +libc_hidden_proto (fdatasync) /* Now define the internal interfaces. */ extern int __access (const char *__name, int __type); |