summaryrefslogtreecommitdiff
path: root/lib/xnanosleep.c
AgeCommit message (Collapse)Author
2002-10-13(initialized): Remove declaration now that it's unused.Jim Meyering
2002-10-13There's no need to futz with the rounding mode,Jim Meyering
since the code should work properly even in the default rounding mode. (<fenv.h>): Do not include. (#pragma STDC FENV_ACCESS ON): Remove. (xnanosleep): Don't futz with rounding state.
2002-09-15(xnanosleep): Return -1 on failure, not 1, for consistency with nanosleep.Jim Meyering
Check errno after nanosleep returns -1.
2002-09-11New files, factored out of sleep.c.Jim Meyering