From: brarcher Date: Sun, 21 Jul 2013 21:06:55 +0000 (+0000) Subject: Adding alarm.c to libcompat X-Git-Tag: 0.10.0~463 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=94cc2f539f1637ce2123c6afa585a2fe0c76d49b;p=check 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 --- 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; +} +