Home | History | Annotate | Download | only in lib

Lines Matching refs:futimens

307 /* Macros for futimens and utimensat.  */
387 /* Use the rpl_ prefix also on Solaris <= 9, because on Solaris 9 our futimens
389 to futimens that is meant to invoke the libc's futimens(), not gnulib's
390 futimens(). */
393 # undef futimens
394 # define futimens rpl_futimens
396 _GL_FUNCDECL_RPL (futimens, int, (int fd, struct timespec const times[2]));
397 _GL_CXXALIAS_RPL (futimens, int, (int fd, struct timespec const times[2]));
400 _GL_FUNCDECL_SYS (futimens, int, (int fd, struct timespec const times[2]));
402 _GL_CXXALIAS_SYS (futimens, int, (int fd, struct timespec const times[2]));
405 _GL_CXXALIASWARN (futimens);
408 # undef futimens
410 _GL_WARN_ON_USE (futimens, "futimens is not portable - "
411 "use gnulib module futimens for portability");