mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-07-27 04:50:28 +00:00
Create a fake syscall() function due to Python
This commit is contained in:
parent
4b2023ffab
commit
2eb7148474
8 changed files with 74 additions and 8 deletions
|
@ -401,6 +401,7 @@ SECTIONS {
|
|||
/*BEGIN: NT FORK COPYING */
|
||||
KEEP(*(.dataprologue))
|
||||
*(.data .data.*)
|
||||
*(.PyRuntime) /* for python */
|
||||
*(.subrs) /* for emacs */
|
||||
KEEP(*(SORT_BY_NAME(.sort.data.*)))
|
||||
. += . > 0 ? CODE_GRANULE : 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue