Forked from
Utils / KWSys
1837 commits behind the upstream repository.
Brad King
authored
BUG: struct timeval uses unsigned types on at least one platform (QNX). Alot of the time logic assumes a signed type. Switch to using a signed representation that is converted to the native representation only for system calls.