* lib/regex_internal.c (re_string_reconstruct): Don't assume buffer
[pspp] / 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]);