mirror of https://github.com/acidanthera/audk.git
Fix the different defintion between linux and cygwin
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@2623 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
061f40e796
commit
5fe9d507e5
|
@ -39,9 +39,9 @@ Abstract:
|
|||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <termio.h>
|
||||
|
||||
#ifdef __INSIDE_CYGWIN__
|
||||
extern ioctl (int fd, unsigned long int __request, ...);
|
||||
|
||||
#endif
|
||||
static int settimer_initialized;
|
||||
static struct timeval settimer_timeval;
|
||||
static void (*settimer_callback)(UINT64 delta);
|
||||
|
|
Loading…
Reference in New Issue