Fix copy/paste issue in Windows console

This commit is contained in:
Justine Tunney 2023-10-14 15:27:04 -07:00
parent bd48e6c666
commit 06c6baaf50
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
7 changed files with 30 additions and 37 deletions

View file

@ -15,7 +15,6 @@ COSMOPOLITAN_C_START_
} \
while (0)
int __sig_enqueue(int);
sigset_t __sig_block(void);
void __sig_unblock(sigset_t);
void __sig_finishwait(sigset_t);