Only use futimesat on Solaris 9
This commit is contained in:
parent
1b431b180d
commit
3df902ecd0
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
#if defined(__FreeBSD__) || defined(__APPLE__)
|
#if defined(__FreeBSD__) || defined(__APPLE__)
|
||||||
/* do nothing -- futimes exists and is fine */
|
/* do nothing -- futimes exists and is fine */
|
||||||
|
|
||||||
#elif defined(__sun__)
|
#elif defined(__SunOS5_9__)
|
||||||
/* use futimesat */
|
/* use futimesat */
|
||||||
static int
|
static int
|
||||||
futimes(int fd, struct timeval *tv)
|
futimes(int fd, struct timeval *tv)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue