extra ps4 defs

This commit is contained in:
lizzie
2025-12-01 21:29:18 +00:00
parent f29fbae57b
commit 7e61b2c9c0
3 changed files with 19 additions and 34 deletions
-11
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 ^^^