Move futimesat() from fs.cpp to fs_darwin.cpp since it is implimented on FreeBSD. It is stubbed out for now.

This commit is contained in:
John Scipione
2012-03-02 21:04:02 -05:00
parent 9d6e5fdb65
commit 00f72094a1
4 changed files with 11 additions and 14 deletions
-3
View File
@@ -22,9 +22,6 @@
# ifndef _HAIKU_BUILD_NO_FUTIMENS
# define _HAIKU_BUILD_NO_FUTIMENS 1
# endif
# ifndef _HAIKU_BUILD_NO_FUTIMESAT
# define _HAIKU_BUILD_NO_FUTIMESAT 1
# endif
# ifndef _HAIKU_BUILD_NO_UTIMENSAT
# define _HAIKU_BUILD_NO_UTIMENSAT 1
# endif