mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
MAP_DENYWRITE
committer: jreiser <jreiser> 1141484579 +0000
This commit is contained in:
parent
a791e96e00
commit
c3b3e1b1b9
|
@ -116,6 +116,7 @@ struct timespec {
|
|||
#define MAP_PRIVATE 0x02
|
||||
#define MAP_FIXED 0x10
|
||||
#define MAP_ANONYMOUS 0x20
|
||||
#define MAP_DENYWRITE 0x0800 /* ETXTBSY */
|
||||
|
||||
|
||||
#if defined(__i386__) /*{*/
|
||||
|
|
Loading…
Reference in New Issue
Block a user