Files
haiku-beta6/src/bin/coreutils/lib/utimens.h
T
Jérôme Duval fcb997860b Updated to coreutils-5.3.0, still including previous patches
Removed m4, po directories
UTF8 filenames don't seem to be displayed well with ls in Terminal


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@12192 a95241bf-73f2-0310-859d-f6bbb57e9c96
2005-03-31 15:19:03 +00:00

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]);