aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sysdep.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sysdep.c b/src/sysdep.c
index f9390c3c239..1e3904c5ad4 100644
--- a/src/sysdep.c
+++ b/src/sysdep.c
@@ -2533,7 +2533,7 @@ char *sys_siglist[NSIG + 1] =
2533#endif /* not AIX */ 2533#endif /* not AIX */
2534 0 2534 0
2535 }; 2535 };
2536#endif HAVE_SYS_SIGLIST 2536#endif /* HAVE_SYS_SIGLIST */
2537 2537
2538/* 2538/*
2539 * Warning, this function may not duplicate 4.2 action properly 2539 * Warning, this function may not duplicate 4.2 action properly