Home | History | Annotate | Download | only in lib

Lines Matching refs:fdatasync

532    <http://pubs.opengroup.org/onlinepubs/9699919799/functions/fdatasync.html>.  */
534 _GL_FUNCDECL_SYS (fdatasync, int, (int fd));
536 _GL_CXXALIAS_SYS (fdatasync, int, (int fd));
537 _GL_CXXALIASWARN (fdatasync);
539 # undef fdatasync
541 _GL_WARN_ON_USE (fdatasync, "fdatasync is unportable - "
542 "use gnulib module fdatasync for portability");