commit | c0cb4d352b512ce4fe117d8edd9d6c29efedc357 | [log] [tgz] |
---|---|---|
author | Robert Lunnon <bobl@optushome.com.au> | Sat May 07 14:53:38 2005 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sat May 07 14:53:38 2005 +0000 |
tree | 303df1ef3ed3eb11eed2cbbccf251933d16db837 | |
parent | ee7f5eb9a32a2af42465973fafe041545d43aa8f [diff] [blame] |
Implement futimes for Solaris using futimesat.
diff --git a/configure b/configure index e2c4d8b..c42fe23 100755 --- a/configure +++ b/configure
@@ -16384,6 +16384,7 @@ + for ac_func in \ _lwp_create \ _lwp_self \ @@ -16405,6 +16406,7 @@ fstatvfs \ ftruncate \ futimes \ + futimesat \ getnetbyname \ getopt_long \ getpagesize \