projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
66c0d62
)
Exec plugin: Set the "noreturn" attribute on the "exec_child" function.
author
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Tue, 9 Mar 2010 17:50:55 +0000
(18:50 +0100)
committer
Florian Forster
<octo@leeloo.lan.home.verplant.org>
Tue, 9 Mar 2010 17:50:55 +0000
(18:50 +0100)
src/exec.c
patch
|
blob
|
history
diff --git
a/src/exec.c
b/src/exec.c
index
95a6831
..
9a307b9
100644
(file)
--- a/
src/exec.c
+++ b/
src/exec.c
@@
-265,6
+265,7
@@
static int exec_config (oconfig_item_t *ci) /* {{{ */
return (0);
} /* int exec_config }}} */
+__attribute__((noreturn))
static void exec_child (program_list_t *pl) /* {{{ */
{
int status;