mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 05:42:29 +00:00
Handle missing stdio handles on Windows
This commit is contained in:
parent
2227cefa5d
commit
58d22c7c3d
3 changed files with 16 additions and 235 deletions
|
@ -173,6 +173,6 @@ BENCH(clone, bench) {
|
|||
char *volatile tp;
|
||||
errno_t *volatile ep;
|
||||
EZBENCH2("__errno_location", donothing, (ep = __errno_location()));
|
||||
EZBENCH2("__get_tls_privileged", donothing, (tp = __get_tls_privileged()));
|
||||
EZBENCH2("__get_tls_priv", donothing, (tp = __get_tls_privileged()));
|
||||
EZBENCH2("__get_tls", donothing, (tp = __get_tls()));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue