Date: Fri, 6 Mar 2026 09:24:53 -0500 From: John Baldwin <jhb@FreeBSD.org> To: Xin LI <delphij@FreeBSD.org>, src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: Re: git: 8dd28e13e41b - main - libc/quad: fix missing closing #endif in Symbol.map Message-ID: <2ee33b8f-afdc-4d76-a932-1551967b9107@FreeBSD.org> In-Reply-To: <69aa8f32.26f39.6c45e3d3@gitrepo.freebsd.org>
index | next in thread | previous in thread | raw e-mail
On 3/6/26 03:24, Xin LI wrote: > The branch main has been updated by delphij: > > URL: https://cgit.FreeBSD.org/src/commit/?id=8dd28e13e41b6200e58d6e99981ff8323cff3711 > > commit 8dd28e13e41b6200e58d6e99981ff8323cff3711 > Author: Xin LI <delphij@FreeBSD.org> > AuthorDate: 2026-03-06 08:22:06 +0000 > Commit: Xin LI <delphij@FreeBSD.org> > CommitDate: 2026-03-06 08:22:06 +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. Oof, my bad, thanks for fixing. > --- > 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 > }; > -- John Baldwinhome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?2ee33b8f-afdc-4d76-a932-1551967b9107>
