Fix close(1) bug on Windows

This commit is contained in:
Justine Tunney 2023-07-28 03:56:56 -07:00
parent 83341a4269
commit b0e3258709
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
6 changed files with 51 additions and 7 deletions

View file

@ -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;