* wcwidth.m4 (gl_FUNC_WCWIDTH): Simplify by using AC_CHECK_DECLS.
[gnulib.git] / lib / utimens.h
1 #include "timespec.h"
2 int futimens (int, char const *, struct timespec const [2]);
3 int utimens (char const *, struct timespec const [2]);