aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/w32.c b/src/w32.c
index 6933ddfed83..0fa5970124a 100644
--- a/src/w32.c
+++ b/src/w32.c
@@ -2395,7 +2395,7 @@ get_emacs_configuration_options (void)
2395 2395
2396/* Emulate gettimeofday (Ulrich Leodolter, 1/11/95). */ 2396/* Emulate gettimeofday (Ulrich Leodolter, 1/11/95). */
2397int 2397int
2398gettimeofday (struct timeval *tv, struct timezone *tz) 2398gettimeofday (struct timeval *restrict tv, struct timezone *restrict tz)
2399{ 2399{
2400 struct _timeb tb; 2400 struct _timeb tb;
2401 _ftime (&tb); 2401 _ftime (&tb);