crt: Check for overflows in POSIX 32-bit ftime() function POSIX ftime() function can fail and return -1. So if the time value in 32-bit ftime call does not into struct __timeb32 then signal EOVERFLOW. Signed-off-by: LIU Hao <lh_mouse@126.com>