summaryrefslogtreecommitdiff
path: root/ports/unix/unix_mphal.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/unix/unix_mphal.c')
-rw-r--r--ports/unix/unix_mphal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/unix/unix_mphal.c b/ports/unix/unix_mphal.c
index 24c0fa3cd..5f5abc2e0 100644
--- a/ports/unix/unix_mphal.c
+++ b/ports/unix/unix_mphal.c
@@ -46,7 +46,7 @@
#ifndef _WIN32
#include <signal.h>
-STATIC void sighandler(int signum) {
+static void sighandler(int signum) {
if (signum == SIGINT) {
#if MICROPY_ASYNC_KBD_INTR
#if MICROPY_PY_THREAD_GIL