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
Unknown Object (File)
Sat, Nov 23, 3:15 PM
Unknown Object (File)
Sat, Nov 23, 11:43 AM
Unknown Object (File)
Fri, Nov 22, 9:24 AM
Unknown Object (File)
Oct 13 2024, 7:58 AM
Unknown Object (File)
Oct 5 2024, 5:21 AM
Unknown Object (File)
Oct 5 2024, 3:21 AM
Unknown Object (File)
Oct 2 2024, 12:02 PM
Unknown Object (File)
Sep 17 2024, 6:40 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

Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 33266
Build 30597: arc lint + arc unit

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.