mirror of
https://github.com/radareorg/radare2.git
synced 2024-12-25 06:36:34 +00:00
Get rid of R_IO_MAP
This commit is contained in:
parent
137f1d69e1
commit
4cd119b4f5
@ -12,8 +12,6 @@
|
||||
#define R_IO_WRITE 2
|
||||
#define R_IO_EXEC 1
|
||||
#define R_IO_RW (R_IO_READ|R_IO_WRITE)
|
||||
//remove R_IO_MAP asap
|
||||
#define R_IO_MAP 8
|
||||
#define R_IO_PRIV 16
|
||||
#define R_IO_SHAR 32 //wtf is this
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user