Workaround sendfile() bug in WSL

This commit is contained in:
Justine Tunney 2022-11-02 01:38:42 -07:00
parent fc96af058b
commit f44d88707e
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
4 changed files with 59 additions and 1 deletions

View file

@ -29,6 +29,7 @@ extern unsigned char _tls_size[];
extern unsigned char _tls_content[];
void _init(void) hidden;
bool __is_wsl(void);
void __morph_tls(void);
void __enable_tls(void);
void __enable_threads(void) hidden;