diff options
Diffstat (limited to 'winsup/cygwin/times.cc')
-rw-r--r-- | winsup/cygwin/times.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/times.cc b/winsup/cygwin/times.cc index c9df29116..55157d389 100644 --- a/winsup/cygwin/times.cc +++ b/winsup/cygwin/times.cc @@ -158,7 +158,7 @@ totimeval (struct timeval *dst, PLARGE_INTEGER src, int sub, int flag) /* FIXME: Make thread safe */ extern "C" int -gettimeofday (struct timeval *tv, void *tzvp) +gettimeofday (struct timeval *__restrict tv, void *__restrict tzvp) { struct timezone *tz = (struct timezone *) tzvp; static bool tzflag; |