]> granicus.if.org Git - check/commitdiff
Adding alarm.c to libcompat
authorbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 21 Jul 2013 21:06:55 +0000 (21:06 +0000)
committerbrarcher <brarcher@64e312b2-a51f-0410-8e61-82d0ca0eb02a>
Sun, 21 Jul 2013 21:06:55 +0000 (21:06 +0000)
Neglected to add this file in the previous commit

git-svn-id: svn+ssh://svn.code.sf.net/p/check/code/trunk@751 64e312b2-a51f-0410-8e61-82d0ca0eb02a

lib/alarm.c [new file with mode: 0644]

diff --git a/lib/alarm.c b/lib/alarm.c
new file mode 100644 (file)
index 0000000..2d3edab
--- /dev/null
@@ -0,0 +1,8 @@
+#include "libcompat.h"
+
+unsigned int alarm (unsigned int seconds CK_ATTRIBUTE_UNUSED)
+{
+  assert(0);
+  return 0;
+}
+