mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-27 14:58:30 +00:00
Overhaul process spawning
This commit is contained in:
parent
99dc1281f5
commit
26e254fb4d
96 changed files with 1848 additions and 1541 deletions
|
@ -20,7 +20,7 @@
|
|||
#include "third_party/mbedtls/error.h"
|
||||
|
||||
char *GetTlsError(int r) {
|
||||
static char b[128];
|
||||
static _Thread_local char b[128];
|
||||
mbedtls_strerror(r, b, sizeof(b));
|
||||
return b;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue