mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-12 11:10:07 +00:00
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/time.h>
|
||||||
#include <sys/stat.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 */
|
/* do nothing -- futimes exists and is fine */
|
||||||
|
|
||||||
#elif defined(__SunOS5_9__)
|
#elif defined(__SunOS5_9__)
|
||||||
|
|
Loading…
Reference in a new issue