mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-07 00:11:39 +00:00
refine the test for compiling outb
This commit is contained in:
parent
3009d0e0c8
commit
b2cd7c6c36
1 changed files with 1 additions and 1 deletions
|
@ -673,7 +673,7 @@ VID_SetGamma (double gamma)
|
||||||
return false; //FIXME
|
return false; //FIXME
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef i386
|
#if defined(i386) && defined(__GLIBC__) && (__GLIBC__ < 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ < 2))
|
||||||
void
|
void
|
||||||
outb (unsigned char val, unsigned short port)
|
outb (unsigned char val, unsigned short port)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue