diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-08-29 18:06:27 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-08-29 18:06:27 +0200 |
commit | aa7568432d24edba087891f58bcd2a882d141bfb (patch) | |
tree | ebcf052c6da6bbe1d56362d716c0e40003fa4889 /src/mds-base.c | |
parent | m + info: mds_message_t (diff) | |
download | mds-aa7568432d24edba087891f58bcd2a882d141bfb.tar.gz mds-aa7568432d24edba087891f58bcd2a882d141bfb.tar.bz2 mds-aa7568432d24edba087891f58bcd2a882d141bfb.tar.xz |
m + info: mds-base
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r-- | src/mds-base.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mds-base.c b/src/mds-base.c index f676e66..4584670 100644 --- a/src/mds-base.c +++ b/src/mds-base.c @@ -281,7 +281,7 @@ int __attribute__((weak)) server_initialised(void) * * @param signo The signal that has been received */ -void received_noop(int signo) +static void __attribute__((const)) received_noop(int signo) { (void) signo; } @@ -327,7 +327,7 @@ void __attribute__((weak)) received_reexec(int signo) /** * This function is called when a signal that - * signals the server to re-exec has been received + * signals the server to terminate has been received * * When this function is invoked, it should set `terminating` to a non-zero value * |