Home | History | Annotate | Download | only in darwin-lib

Lines Matching defs:fdatasync

844    <http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdatasync.html>.  */
846 _GL_FUNCDECL_SYS (fdatasync, int, (int fd));
848 _GL_CXXALIAS_SYS (fdatasync, int, (int fd));
849 _GL_CXXALIASWARN (fdatasync);
851 # undef fdatasync
853 _GL_WARN_ON_USE (fdatasync, "fdatasync is unportable - "
854 "use gnulib module fdatasync for portability");