mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-02 17:28:30 +00:00
Fix pthread stacks with larger guard size
This commit is contained in:
parent
1db76c288e
commit
e97f1a99cf
10 changed files with 68 additions and 42 deletions
|
@ -372,7 +372,6 @@ int XlatMapFlags(int x) {
|
|||
if (x & 2) r |= MAP_PRIVATE;
|
||||
if (x & 16) r |= MAP_FIXED;
|
||||
if (x & 32) r |= MAP_ANONYMOUS;
|
||||
if (x & 256) r |= MAP_GROWSDOWN;
|
||||
return r;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue