repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
HID: hiddev: Fix slab-out-of-bounds write in hiddev_ioctl_usage()
[linux/fpc-iii.git]
/
tools
/
build
/
feature
/
test-libbabeltrace.c
blob
9cf802a04885cb9addac2cea7783252de04fa03f
1
2
#include <babeltrace/ctf-writer/writer.h>
3
#include <babeltrace/ctf-ir/stream-class.h>
4
5
int
main
(
void
)
6
{
7
bt_ctf_stream_class_get_packet_context_type
((
void
*)
0
);
8
return
0
;
9
}