diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 5 | ||||
| -rw-r--r-- | src/w32.c | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2b719b068ae..a1aa4efcc86 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-06-03 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32.c (gettimeofday): Make the signature identical to prototype | ||
| 4 | in nt/inc/sys/time.h. | ||
| 5 | |||
| 1 | 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca> | 6 | 2013-06-03 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 7 | ||
| 3 | * eval.c (backtrace_p, backtrace_top, backtrace_next): Export them to | 8 | * eval.c (backtrace_p, backtrace_top, backtrace_next): Export them to |
| @@ -2452,7 +2452,7 @@ get_emacs_configuration_options (void) | |||
| 2452 | 2452 | ||
| 2453 | /* Emulate gettimeofday (Ulrich Leodolter, 1/11/95). */ | 2453 | /* Emulate gettimeofday (Ulrich Leodolter, 1/11/95). */ |
| 2454 | int | 2454 | int |
| 2455 | gettimeofday (struct timeval *restrict tv, struct timezone *restrict tz) | 2455 | gettimeofday (struct timeval *__restrict tv, struct timezone *__restrict tz) |
| 2456 | { | 2456 | { |
| 2457 | struct _timeb tb; | 2457 | struct _timeb tb; |
| 2458 | _ftime (&tb); | 2458 | _ftime (&tb); |