projects
/
platform
/
upstream
/
gstreamer.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
libcheck: port to latest check git
[platform/upstream/gstreamer.git]
/
libs
/
gst
/
check
/
libcheck
/
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
}