mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 06:40:11 +01:00
pipe: Add PIPE_OS_HURD
One tiny step toward porting Gallium to the GNU/Hurd kernel (and fixing Debian bug #585618). Signed-off-by: Corbin Simpson <MostAwesomeDude@gmail.com>
This commit is contained in:
parent
06a75bd873
commit
fd7de146f6
1 changed files with 5 additions and 0 deletions
|
|
@ -146,6 +146,11 @@
|
|||
#define PIPE_OS_UNIX
|
||||
#endif
|
||||
|
||||
#if defined(__GNU__)
|
||||
#define PIPE_OS_HURD
|
||||
#define PIPE_OS_UNIX
|
||||
#endif
|
||||
|
||||
#if defined(__sun)
|
||||
#define PIPE_OS_SOLARIS
|
||||
#define PIPE_OS_UNIX
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue