On Thu, Feb 20, 2025 at 06:39:00AM +0000, RVP wrote:
> +#ifdef __NetBSD__
> +     if ((libc_socket = dlsym(dh, "__socket30")) == NULL)
> +             errx(0, "[trickle] Failed to get __socket30() address");
> +#else

I wonder if we could make our headers a bit more dlsym friendly and provide
some means to get the __RENAME() information as plain strings.

Martin

Reply via email to