9f870191d9d8693ef4bc2101df7dffacf81fe555
[platform/upstream/gstreamer.git] / libs / gst / check / libcheck / libcompat / alarm.c
1 #include "libcompat.h"
2
3 unsigned int
4 alarm (unsigned int seconds CK_ATTRIBUTE_UNUSED)
5 {
6   assert (0);
7   return 0;
8 }