Introduction
Introduction Statistics Contact Development Disclaimer Help
Make sighandler() static - sacc - sacc - sacc(omys), simple console gopher clie…
git clone git://git.codemadness.org/sacc
Log
Files
Refs
LICENSE
---
commit aa35a9899f7ce8e67a4801ff131d0cf96f7dc37c
parent 031f781dfa1e657a9c9eb6677d78de4d82c455b1
Author: Quentin Rameau <[email protected]>
Date: Sat, 10 Apr 2021 18:06:10 +0200
Make sighandler() static
Diffstat:
M sacc.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/sacc.c b/sacc.c
@@ -978,7 +978,7 @@ cleanup(void)
uicleanup();
}
-void
+static void
sighandler(int signo)
{
exit(128 + signo);
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.