]> git.ipfire.org Git - thirdparty/coreutils.git/commit
Factor nanosleep-related code into ../lib/xnanosleep.c.
authorJim Meyering <jim@meyering.net>
Thu, 12 Sep 2002 12:01:02 +0000 (12:01 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 12 Sep 2002 12:01:02 +0000 (12:01 +0000)
commit1e8f677ed468108037b4209892d8d8d2dad6027a
treead8f89f42ae86edcfa452843c3823af9247fb09a
parent3a49e627deb2c19fc087678d79f883c765233ec7
Factor nanosleep-related code into ../lib/xnanosleep.c.

Include xnanosleep.h.
Factor out fenv.h-related code.
(timespec_subtract): Remove function.
(main): Remove code that deals with computing start and stop times
as well as the loop around nanosleep.  Now that's in xnanosleep.c.
src/sleep.c