futimes on linux now
This commit is contained in:
parent
b7cb7453e2
commit
4276f84713
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue