mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
- Refresh patches PR: 266175 Reported by: thresh@nginx.com Sponsored by: Bounce Experts
12 lines
327 B
C
12 lines
327 B
C
--- TSRM/TSRM.c.orig 2023-04-12 03:52:48 UTC
|
|
+++ TSRM/TSRM.c
|
|
@@ -750,7 +750,7 @@ TSRM_API size_t tsrm_get_ls_cache_tcb_offset(void)
|
|
asm ("leal _tsrm_ls_cache@ntpoff,%0"
|
|
: "=r" (ret));
|
|
return ret;
|
|
-#elif defined(__aarch64__)
|
|
+#elif defined(__aarch64__) && !defined(__FreeBSD__)
|
|
size_t ret;
|
|
|
|
# ifdef __APPLE__
|