]> err.no Git - util-linux/commit
replace usleep() for systems that don't have them
authorDaniel Mierswa <impulze@impulze.org>
Mon, 17 Aug 2009 19:22:02 +0000 (21:22 +0200)
committerKarel Zak <kzak@redhat.com>
Fri, 21 Aug 2009 07:58:17 +0000 (09:58 +0200)
commit437fa54f0516b39b633937fc20ff24c0dcc44bd7
tree618a387d9c0eee684c6ed41a9c280817108e69ad
parent102f5d89d942ee54c5b9a5adfb04df8a5b09177f
replace usleep() for systems that don't have them

This function is marked obsolete in POSIX.1-2001 and removed in
POSIX.1-2008.

Conditionally replaced with nanosleep().

Signed-off-by: Daniel Mierswa <impulze@impulze.org>
configure.ac
hwclock/kd.c
include/Makefile.am
include/usleep.h [new file with mode: 0644]
login-utils/shutdown.c
mount/fstab.c
sys-utils/rtcwake.c
text-utils/tailf.c