mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Fix rwx .rodata in python.com on aarch64
This commit is contained in:
parent
4eebd6b9dc
commit
1353db7d3f
65 changed files with 65 additions and 65 deletions
|
@ -729,7 +729,7 @@ PyInit__posixsubprocess(void)
|
|||
return PyModule_Create(&_posixsubprocessmodule);
|
||||
}
|
||||
|
||||
_Section(".rodata.pytab.1") const struct _inittab _PyImport_Inittab__posixsubprocess = {
|
||||
_Section(".rodata.pytab.1 //") const struct _inittab _PyImport_Inittab__posixsubprocess = {
|
||||
"_posixsubprocess",
|
||||
PyInit__posixsubprocess,
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue