libbsd: Move lutimes to bsd compat

* Rework be149e8ccf since lutimes isn't posix
This commit is contained in:
Alexander von Gluck IV
2017-11-17 14:27:26 -06:00
parent 015b5dd659
commit 1d3d336a97
5 changed files with 61 additions and 25 deletions
-1
View File
@@ -44,7 +44,6 @@ extern int setitimer(int which, const struct itimerval *value, struct itimerval
extern int gettimeofday(struct timeval *tv, void *tz);
extern int utimes(const char *path, const struct timeval times[2]);
extern int lutimes(const char *path, const struct timeval times[2]);
/* legacy */
#ifdef __cplusplus