Only use futimesat on Solaris 9
This commit is contained in:
parent
1b431b180d
commit
3df902ecd0
@ -7,7 +7,7 @@
|
||||
#if defined(__FreeBSD__) || defined(__APPLE__)
|
||||
/* do nothing -- futimes exists and is fine */
|
||||
|
||||
#elif defined(__sun__)
|
||||
#elif defined(__SunOS5_9__)
|
||||
/* use futimesat */
|
||||
static int
|
||||
futimes(int fd, struct timeval *tv)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user