blob: 9f870191d9d8693ef4bc2101df7dffacf81fe555 [file] [log] [blame]
#include "libcompat.h"
unsigned int
alarm (unsigned int seconds CK_ATTRIBUTE_UNUSED)
{
assert (0);
return 0;
}