projects
/
lttng-tools.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Test library load/unload events
[lttng-tools.git]
/
tests
/
regression
/
ust
/
ust-dl
/
libfoo.c
diff --git
a/tests/regression/ust/ust-dl/libfoo.c
b/tests/regression/ust/ust-dl/libfoo.c
index 0c918b1f0c91087ca70e476e22d7a4896bc4fb5b..c03fb28982f054ce6283d6590d2406b9ad0c2651 100644
(file)
--- a/
tests/regression/ust/ust-dl/libfoo.c
+++ b/
tests/regression/ust/ust-dl/libfoo.c
@@
-1,6
+1,8
@@
#include "libfoo.h"
+#include "libbar.h"
-int foo()
+int foo(
void
)
{
+ bar();
return 1;
}
This page took
0.022959 seconds
and
4
git commands to generate.