summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libutil.h
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2011-06-04 12:25:24 +0200
committerAdam Borowski <kilobyte@angband.pl>2011-06-04 14:29:26 +0200
commit2feae6c9841fc45ec94a462c6e6c441454dfaf48 (patch)
tree23234b1c17c19a3bd9a40a70f80d600acc10ee8f /crawl-ref/source/libutil.h
parentff9ea9a67ef0f2b150d76ef2d525e4bedc4ac6fa (diff)
downloadcrawl-ref-2feae6c9841fc45ec94a462c6e6c441454dfaf48.tar.gz
crawl-ref-2feae6c9841fc45ec94a462c6e6c441454dfaf48.zip
Put usleep() emulation into syscalls.cc
Diffstat (limited to 'crawl-ref/source/libutil.h')
-rw-r--r--crawl-ref/source/libutil.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/crawl-ref/source/libutil.h b/crawl-ref/source/libutil.h
index 5b238454e0..e0a4ee4a2d 100644
--- a/crawl-ref/source/libutil.h
+++ b/crawl-ref/source/libutil.h
@@ -203,10 +203,6 @@ inline bool testbits(uint64_t flags, uint64_t test)
return ((flags & test) == test);
}
-#ifdef NEED_USLEEP
-void usleep(unsigned long time);
-#endif
-
#ifndef USE_TILE
coord_def cgettopleft(GotoRegion region = GOTO_CRT);
coord_def cgetpos(GotoRegion region = GOTO_CRT);