mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 16:21:17 +00:00
9 lines
116 B
C
9 lines
116 B
C
|
#include "libcompat.h"
|
||
|
|
||
|
unsigned int
|
||
|
alarm (unsigned int seconds CK_ATTRIBUTE_UNUSED)
|
||
|
{
|
||
|
assert (0);
|
||
|
return 0;
|
||
|
}
|