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