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.c15
1 files changed, 3 insertions, 12 deletions
diff --git a/source/tools/acpiexec/aemain.c b/source/tools/acpiexec/aemain.c
index b153121fe..a645ffa27 100644
--- a/source/tools/acpiexec/aemain.c
+++ b/source/tools/acpiexec/aemain.c
@@ -114,6 +114,7 @@
*****************************************************************************/
#include "aecommon.h"
+#include "errno.h"
#define _COMPONENT ACPI_TOOLS
ACPI_MODULE_NAME ("aemain")
@@ -130,6 +131,7 @@
* Windows: The setargv.obj module must be linked in to automatically
* expand wildcards.
*/
+extern BOOLEAN AcpiGbl_DebugTimeout;
/* Local prototypes */
@@ -396,12 +398,10 @@ AeDoOptions (
return (-1);
}
-#ifndef ACPI_DISABLE_OBJECT_OVERRIDE
if (AeOpenInitializationFile (AcpiGbl_Optarg))
{
return (-1);
}
-#endif
break;
default:
@@ -519,17 +519,10 @@ AeDoOptions (
*
*****************************************************************************/
-#ifndef _GNU_EFI
int ACPI_SYSTEM_XFACE
main (
int argc,
- char *argv[])
-#else
-int ACPI_SYSTEM_XFACE
-acpi_main (
- int argc,
- char *argv[])
-#endif
+ char **argv)
{
ACPI_NEW_TABLE_DESC *ListHead = NULL;
ACPI_STATUS Status;
@@ -538,9 +531,7 @@ acpi_main (
ACPI_DEBUG_INITIALIZE (); /* For debug version only */
-#ifndef _GNU_EFI
signal (SIGINT, AeCtrlCHandler);
-#endif
/* Init debug globals */