From 94cc2f539f1637ce2123c6afa585a2fe0c76d49b Mon Sep 17 00:00:00 2001 From: brarcher Date: Sun, 21 Jul 2013 21:06:55 +0000 Subject: [PATCH] Adding alarm.c to libcompat 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 | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lib/alarm.c diff --git a/lib/alarm.c b/lib/alarm.c new file mode 100644 index 0000000..2d3edab --- /dev/null +++ b/lib/alarm.c @@ -0,0 +1,8 @@ +#include "libcompat.h" + +unsigned int alarm (unsigned int seconds CK_ATTRIBUTE_UNUSED) +{ + assert(0); + return 0; +} + -- 2.50.1