extra ps4 defs

This commit is contained in:
lizzie 2025-12-01 21:29:18 +00:00
parent fdd799f0fc
commit 3b1c6b28be
3 changed files with 19 additions and 34 deletions

View file

@ -48,17 +48,6 @@
#ifndef MAP_ANONYMOUS
# define MAP_ANONYMOUS MAP_ANON
#endif
// PlayStation 4
// Flag needs to be undef-ed on non PS4 since it has different semantics
// on some platforms.
#ifndef MAP_SYSTEM
# ifdef __OPENORBIS__
# define MAP_SYSTEM 0x2000
# else
# undef MAP_SYSTEM
# define MAP_SYSTEM 0
# endif
#endif
#endif // ^^^ POSIX ^^^