Make execmem.c compile in the server (libGLcore). Since xf86mmap

doesn't know about MAP_ANONYMOUS, this is the only viable fix.  This
issue will likely have to be revisited at some point.
This commit is contained in:
Ian Romanick 2005-10-21 18:09:24 +00:00
parent 7b9fecee10
commit cc7b6810e2

View file

@ -36,7 +36,7 @@
#ifdef __linux__
#if defined(__linux__) && !defined(XFree86Server)
/*
* Allocate a large block of memory which can hold code then dole it out