Otherwise I get build failures when building lua51-posix due to __size_t
not being defined.
Fixes: c10d567ea022 ("include: de-macro __ssp_overlap(), improve semantics and checking")
Differential D48226
ssp: Include a header to provide __size_t markj on Sat, Dec 28, 4:45 PM. Authored by Tags None Referenced Files
Subscribers
Details
Otherwise I get build failures when building lua51-posix due to __size_t Fixes: c10d567ea022 ("include: de-macro __ssp_overlap(), improve semantics and checking")
Diff Detail
Event TimelineComment Actions I came to the same conclusion (patch) in https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283653, but hadn't had a chance to test it yet. Thanks! |