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:
klu2 2007-06-04 07:39:17 +00:00
parent 061f40e796
commit 5fe9d507e5
1 changed files with 2 additions and 2 deletions

View File

@ -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);