mirror of
https://github.com/reactos/wine.git
synced 2024-11-26 05:00:30 +00:00
include: Allow port.h to build on gcc4.
This commit is contained in:
parent
58dea5c9a8
commit
3c3a879a86
@ -276,7 +276,7 @@ int ffs( int x );
|
||||
|
||||
#ifndef HAVE_FUTIMES
|
||||
struct timeval;
|
||||
int futimes(int fd, const struct timeval tv[2]);
|
||||
int futimes(int fd, const struct timeval *tv);
|
||||
#endif
|
||||
|
||||
#ifndef HAVE_GETPAGESIZE
|
||||
|
Loading…
Reference in New Issue
Block a user