projects
/
dragonfly.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
01c38e5
)
<sys/tbridge.h>: Add a __printflike().
author
Sascha Wildner <saw@online.de>
Sat, 24 Dec 2011 15:11:01 +0000 (16:11 +0100)
committer
Sascha Wildner <saw@online.de>
Sat, 24 Dec 2011 15:11:01 +0000 (16:11 +0100)
sys/sys/tbridge.h
patch
|
blob
|
blame
|
history
diff --git
a/sys/sys/tbridge.h
b/sys/sys/tbridge.h
index
9400b13
..
f961379
100644
(file)
--- a/
sys/sys/tbridge.h
+++ b/
sys/sys/tbridge.h
@@
-54,7
+54,7
@@
struct tbridge_testcase {
tbridge_run_t tb_run;
};
-int tbridge_printf(const char *fmt, ...);
+int tbridge_printf(const char *fmt, ...) __printflike(1, 2);
void tbridge_test_done(int result);
/* safemem functions */