• R
    fix errno behavior in clock_* functions · 1b538acb
    Rich Felker 提交于
    these functions are specified inconsistent in whether they're
    specified to return an error value, or return -1 and set errno.
    hopefully now they all match what POSIX requires.
    1b538acb
clock_gettime.c 151 字节