projects
/
urcu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78efb48
)
Add missing void to function declaration
author
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Wed, 10 Jun 2009 15:51:03 +0000
(11:51 -0400)
committer
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Wed, 10 Jun 2009 15:51:03 +0000
(11:51 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
urcu.c
patch
|
blob
|
blame
|
history
diff --git
a/urcu.c
b/urcu.c
index c07df2e8cf21384a07da3bb47066cd2b2bb44084..f219e7632f50d232cbb3f73c75b097f56246215f 100644
(file)
--- a/
urcu.c
+++ b/
urcu.c
@@
-40,7
+40,7
@@
void __attribute__((constructor)) urcu_init(void);
void __attribute__((destructor)) urcu_exit(void);
#else
-static inline urcu_init(void)
+static inline
void
urcu_init(void)
{
}
#endif
This page took
0.02633 seconds
and
4
git commands to generate.