Sign in
coral
/
mtk-gstreamer-debian
/
0f25c35bad34e28fe0e93d782237b7bb3c92d1ca
/
.
/
libs
/
gst
/
check
/
libcheck
/
alarm.c
blob: 9f870191d9d8693ef4bc2101df7dffacf81fe555 [
file
] [
log
] [
blame
]
#include
"libcompat.h"
unsigned
int
alarm
(
unsigned
int
seconds CK_ATTRIBUTE_UNUSED
)
{
assert
(
0
);
return
0
;
}