mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-27 14:10:25 +01:00
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:
parent
7b9fecee10
commit
cc7b6810e2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue