mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-15 22:53:47 +00:00
Update Memory.h
To remove extraneous code.
This commit is contained in:
parent
10647890ef
commit
ebf713c5a6
@ -10,11 +10,7 @@
|
||||
|
||||
/* OS X uses MAP_ANON instead of MAP_ANONYMOUS */
|
||||
#ifndef MAP_ANONYMOUS
|
||||
#ifdef MAP_ANON
|
||||
#define MAP_ANONYMOUS MAP_ANON
|
||||
#else
|
||||
#define MAP_ANONYMOUS 0
|
||||
#endif
|
||||
#endif
|
||||
|
||||
using std::nullptr_t;
|
||||
|
Loading…
Reference in New Issue
Block a user