mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-20 06:31:55 -04:00
4 lines
138 B
C
4 lines
138 B
C
#include "timespec.h"
|
|
int futimens (int, char const *, struct timespec const [2]);
|
|
int utimens (char const *, struct timespec const [2]);
|