You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* use strtoul for priority since it is unsigned
* check for overflow correctly by comparing against ULONG_MAX
* fail if no digits were consumed or next character is not comma
* calculate tv.tv_usec correctly in case tv.tv_sec 32-bit
* remove redundant errno = 0 added in 3254b9a
* remove erroneous time.h added with 72d9dc8
Signed-off-by: Erik Karlsson <[email protected]>
0 commit comments