git: 65d949e9a81e - stable/15 - libc/quad: fix missing closing #endif in Symbol.map
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 24 Apr 2026 17:56:13 UTC
The branch stable/15 has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=65d949e9a81eab15955a15e08c7b3a10830299e4
commit 65d949e9a81eab15955a15e08c7b3a10830299e4
Author: Xin LI <delphij@FreeBSD.org>
AuthorDate: 2026-03-06 08:22:06 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2026-04-24 17:33:38 +0000
libc/quad: fix missing closing #endif in Symbol.map
Without this lib32 libc.so.7 would be missing critical symbols,
including malloc / free and all syscall wrappers.
(cherry picked from commit 8dd28e13e41b6200e58d6e99981ff8323cff3711)
---
lib/libc/quad/Symbol.map | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/libc/quad/Symbol.map b/lib/libc/quad/Symbol.map
index c28f9a180704..251814cb238f 100644
--- a/lib/libc/quad/Symbol.map
+++ b/lib/libc/quad/Symbol.map
@@ -50,4 +50,5 @@ FBSD_1.0 {
__udivdi3;
__umoddi3;
__xordi3;
+#endif
};