Use %gs as TLS register when dlopen() is linked

Fixes #938
This commit is contained in:
Justine Tunney 2023-11-08 01:11:17 -08:00
parent e961385e55
commit d71da7fc72
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
13 changed files with 71 additions and 40 deletions

View file

@ -705,7 +705,7 @@ haveinc:
return prec;
}
static int __fmt_noop(const char *, void *, size_t) {
static int __fmt_noop(const char *x, void *y, size_t z) {
return 0;
}