summaryrefslogtreecommitdiff
path: root/signal.c
diff options
context:
space:
mode:
Diffstat (limited to 'signal.c')
-rw-r--r--signal.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/signal.c b/signal.c
index a8e5ae6ffb..d262a57d72 100644
--- a/signal.c
+++ b/signal.c
@@ -448,9 +448,6 @@ trap(arg)
if (sig == SIGVTALRM) {
ArgError("SIGVTALRM reserved for Thread; cannot set handler");
}
- if (sig == SIGALRM) {
- ArgError("SIGALRM reserved for Thread; cannot set handler");
- }
#endif
if (func == SIG_DFL) {
switch (sig) {