https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=234253
--- Comment #3 from Greg V <[email protected]> --- huh, I recently fixed the unsigned char in libstd https://github.com/rust-lang/rust/pull/56640 — surprisingly haven't noticed that in libc, probably due to not testing enough libc-using crates… The patches look good, though I'm not sure about 'In FreeBSD 11 and later, ss_sp is actually a void*' becoming 'if (aarch64) void* else char*'. Does this not matter on amd64 somehow? -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
