diff options
Diffstat (limited to 'gdbsupport/gdb_sys_time.h')
-rw-r--r-- | gdbsupport/gdb_sys_time.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdbsupport/gdb_sys_time.h b/gdbsupport/gdb_sys_time.h index 6ea1ae7..4451845 100644 --- a/gdbsupport/gdb_sys_time.h +++ b/gdbsupport/gdb_sys_time.h @@ -31,8 +31,8 @@ native 'select' and libiberty, simply undefine away gnulib's replacements. */ #if GNULIB_defined_struct_timeval -# undef timeval -# undef gettimeofday +#undef timeval +#undef gettimeofday #endif #endif /* COMMON_GDB_SYS_TIME_H */ |