futimes on linux now
This commit is contained in:
parent
b7cb7453e2
commit
4276f84713
@ -4,7 +4,7 @@
|
||||
#include <sys/time.h>
|
||||
#include <sys/stat.h>
|
||||
|
||||
#if defined(__FreeBSD__) || defined(__APPLE__) || defined(__OpenBSD__)
|
||||
#if defined(__FreeBSD__) || defined(__APPLE__) || defined(__OpenBSD__) || defined(__linux__)
|
||||
/* do nothing -- futimes exists and is fine */
|
||||
|
||||
#elif defined(__SunOS5_9__)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user