summaryrefslogtreecommitdiffstats
path: root/sys-utils/rtcwake.c
diff options
context:
space:
mode:
authorKarel Zak2012-10-22 11:03:09 +0200
committerKarel Zak2012-10-22 11:03:09 +0200
commit2a31396a9cee344fcc3a4d34f5e26954fccc6e16 (patch)
tree8fa988d37faeb9a1d21703b006b676f7e644cd6b /sys-utils/rtcwake.c
parentbuild-sys: remove gethostbyname() check (diff)
downloadkernel-qcow2-util-linux-2a31396a9cee344fcc3a4d34f5e26954fccc6e16.tar.gz
kernel-qcow2-util-linux-2a31396a9cee344fcc3a4d34f5e26954fccc6e16.tar.xz
kernel-qcow2-util-linux-2a31396a9cee344fcc3a4d34f5e26954fccc6e16.zip
include/c: move usleep() fallback to c.h
To make it available everywhere in code. Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/rtcwake.c')
-rw-r--r--sys-utils/rtcwake.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys-utils/rtcwake.c b/sys-utils/rtcwake.c
index a1fd6dc45..7a757ad66 100644
--- a/sys-utils/rtcwake.c
+++ b/sys-utils/rtcwake.c
@@ -38,7 +38,6 @@
#include "nls.h"
#include "xalloc.h"
#include "pathnames.h"
-#include "usleep.h"
#include "strutils.h"
#include "c.h"
#include "closestream.h"