summaryrefslogtreecommitdiff
path: root/source/tools/acpiexec/aemain.c
diff options
context:
space:
mode:
Diffstat (limited to 'source/tools/acpiexec/aemain.c')
-rw-r--r--source/tools/acpiexec/aemain.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/tools/acpiexec/aemain.c b/source/tools/acpiexec/aemain.c
index 90b6cfc5b..f6929e191 100644
--- a/source/tools/acpiexec/aemain.c
+++ b/source/tools/acpiexec/aemain.c
@@ -530,7 +530,9 @@ main (
ACPI_DEBUG_INITIALIZE (); /* For debug version only */
+#ifndef _GNU_EFI
signal (SIGINT, AeCtrlCHandler);
+#endif
/* Init debug globals */