Home | History | Annotate | Download | only in sys

Lines Matching defs:futimens

619 /* Macros for futimens and utimensat.  */
699 /* Use the rpl_ prefix also on Solaris <= 9, because on Solaris 9 our futimens
701 to futimens that is meant to invoke the libc's futimens(), not gnulib's
702 futimens(). */
705 # undef futimens
706 # define futimens rpl_futimens
708 _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2]));
709 _GL_CXXALIAS_RPL (futimens, int, (int fd, struct timespec const times[2]));
712 _GL_FUNCDECL_SYS (futimens, int, (int fd, struct timespec const times[2]));
714 _GL_CXXALIAS_SYS (futimens, int, (int fd, struct timespec const times[2]));
717 _GL_CXXALIASWARN (futimens);
720 # undef futimens
722 _GL_WARN_ON_USE (futimens, "futimens is not portable - "
723 "use gnulib module futimens for portability");