summaryrefslogtreecommitdiff
path: root/Source/kwsys/testProcess.c
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-09-15 17:53:28 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2008-09-15 17:53:28 -0400
commit64fc597de292228b244a3ab18a33bcd8488e09d6 (patch)
tree17910ce2705e14c5428fdc4b1365b5c025867c58 /Source/kwsys/testProcess.c
parentf49f1d2973039b6e706326d763950c2ecd1d3153 (diff)
downloadcmake-64fc597de292228b244a3ab18a33bcd8488e09d6.tar.gz
ENH: add initial support for HAIKU OS from bug# 7425
Diffstat (limited to 'Source/kwsys/testProcess.c')
-rw-r--r--Source/kwsys/testProcess.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/kwsys/testProcess.c b/Source/kwsys/testProcess.c
index 8ca56ed0c4..9002035cf5 100644
--- a/Source/kwsys/testProcess.c
+++ b/Source/kwsys/testProcess.c
@@ -34,7 +34,7 @@
# pragma warn -8060 /* possibly incorrect assignment */
#endif
-#if defined(__BEOS__) && !defined(__ZETA__)
+#if defined(__BEOS__) && !defined(__ZETA__) && !defined(__HAIKU__)
/* BeOS 5 doesn't have usleep(), but it has snooze(), which is identical. */
# include <be/kernel/OS.h>
static inline void testProcess_usleep(unsigned int msec)