Page MenuHomeFreeBSD

Fix the build of scandir_b with GCC.
ClosedPublic

Authored by jhb on Aug 31 2020, 7:55 PM.
Tags
None
Referenced Files
F151144478: D26256.id76439.diff
Mon, Apr 6, 9:44 AM
Unknown Object (File)
Sun, Apr 5, 3:11 PM
Unknown Object (File)
Sat, Apr 4, 9:51 AM
Unknown Object (File)
Sun, Mar 29, 9:15 PM
Unknown Object (File)
Fri, Mar 27, 6:00 AM
Unknown Object (File)
Sun, Mar 15, 1:53 PM
Unknown Object (File)
Sat, Mar 14, 8:13 PM
Unknown Object (File)
Fri, Mar 13, 1:04 PM

Details

Summary

Use explicit typedefs for block thunk structures as in r264143.

Test Plan
  • this fixes the build of libc with both GCC 6 and GCC 9 after scandir_b was hooked up to the build

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

jhb requested review of this revision.Aug 31 2020, 7:55 PM
jhb created this revision.

Thanks! There's another _b.c file that isn't linked into the build yet that needs similar treatment.

This revision is now accepted and ready to land.Aug 31 2020, 8:05 PM
This revision was automatically updated to reflect the committed changes.