BUG: struct timeval uses unsigned types on at least one platform (QNX). Alot...
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.
Loading
Please register or sign in to comment