summaryrefslogtreecommitdiff
path: root/lib/sleep.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sleep.c')
-rw-r--r--lib/sleep.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/lib/sleep.c b/lib/sleep.c
new file mode 100644
index 0000000..a70ffbd
--- /dev/null
+++ b/lib/sleep.c
@@ -0,0 +1,8 @@
+#include "libcompat.h"
+
+unsigned int
+sleep (unsigned int seconds CK_ATTRIBUTE_UNUSED)
+{
+ assert (0);
+ return 0;
+}