refine the test for compiling outb

This commit is contained in:
Bill Currie 2001-06-07 23:03:10 +00:00
parent 3009d0e0c8
commit b2cd7c6c36

View file

@ -673,7 +673,7 @@ VID_SetGamma (double gamma)
return false; //FIXME
}
#ifdef i386
#if defined(i386) && defined(__GLIBC__) && (__GLIBC__ < 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ < 2))
void
outb (unsigned char val, unsigned short port)
{