mirror of
https://github.com/acpica/acpica/
synced 2025-01-15 22:09:17 +03:00
Removed getopt
date 2002.08.12.19.31.00; author rmoore1; state Exp;
This commit is contained in:
parent
21cba6ff6c
commit
413a1f1afa
@ -119,19 +119,10 @@
|
||||
|
||||
#ifdef _MSC_VER /* disable some level-4 warnings */
|
||||
#pragma warning(disable:4100) /* warning C4100: unreferenced formal parameter */
|
||||
|
||||
int
|
||||
getopt (
|
||||
int argc,
|
||||
char **argv,
|
||||
char *opts);
|
||||
#endif
|
||||
|
||||
|
||||
extern UINT8 *DsdtPtr;
|
||||
extern UINT32 AcpiDsdtLength;
|
||||
extern int optind;
|
||||
extern char *optarg;
|
||||
extern UINT8 *AmlStart;
|
||||
extern UINT32 AmlLength;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user