mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-28 15:28:30 +00:00
Fix close(1) bug on Windows
This commit is contained in:
parent
83341a4269
commit
b0e3258709
6 changed files with 51 additions and 7 deletions
|
@ -104,7 +104,7 @@ static dontasan void Print(const char *prologue) {
|
|||
*
|
||||
* @param prologue needs to be a .rodata kprintf string
|
||||
*/
|
||||
textstartup void __printargs(const char *prologue) {
|
||||
dontasan textstartup void __printargs(const char *prologue) {
|
||||
|
||||
const struct AuxiliaryValue {
|
||||
const char *fmt;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue