[Git][NTPsec/ntpsec][master] Add a missing static.
Gary E. Miller
gitlab at mg.gitlab.com
Tue Mar 28 22:36:12 UTC 2017
Gary E. Miller pushed to branch master at NTPsec / ntpsec
Commits:
2c5714b6 by Gary E. Miller at 2017-03-28T15:35:20-07:00
Add a missing static.
- - - - -
1 changed file:
- libntp/syssignal.c
Changes:
=====================================
libntp/syssignal.c
=====================================
--- a/libntp/syssignal.c
+++ b/libntp/syssignal.c
@@ -8,7 +8,7 @@
#include "ntp_stdlib.h"
static ctrl_c_fn ctrl_c_hook;
-void sigint_handler(int);
+static void sigint_handler(int);
# ifdef SA_RESTART
# define Z_SA_RESTART SA_RESTART
@@ -52,7 +52,7 @@ signal_no_reset(
/*
* POSIX implementation of set_ctrl_c_hook()
*/
-void
+static void
sigint_handler(
int signum
)
View it on GitLab: https://gitlab.com/NTPsec/ntpsec/commit/2c5714b633a12244ae638c9ed9e9417a41cf9d95
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ntpsec.org/pipermail/vc/attachments/20170328/20b2ac11/attachment.html>
More information about the vc
mailing list