Only use futimesat on Solaris 9

This commit is contained in:
rsc 2004-03-26 05:06:22 +00:00
parent 1b431b180d
commit 3df902ecd0

View file

@ -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)