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)
Feb 18 2025, 6:03 AM
Unknown Object (File)
Feb 2 2025, 11:05 AM
Unknown Object (File)
Jan 23 2025, 6:44 PM
Unknown Object (File)
Jan 22 2025, 10:20 PM
Unknown Object (File)
Jan 22 2025, 7:12 PM
Unknown Object (File)
Jan 21 2025, 5:59 AM
Unknown Object (File)
Jan 18 2025, 5:25 PM
Unknown Object (File)
Jan 18 2025, 4:40 AM

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.