Page MenuHomeFreeBSD

libnetbsd: Make the function declaration of efopen() match the definition
ClosedPublic

Authored by arichardson on Nov 30 2017, 4:41 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Aug 8, 8:16 AM
Unknown Object (File)
Fri, Aug 1, 9:13 PM
Unknown Object (File)
Sun, Jul 20, 2:41 PM
Unknown Object (File)
Sun, Jul 20, 1:43 PM
Unknown Object (File)
Jun 25 2025, 6:11 AM
Unknown Object (File)
Jun 19 2025, 12:03 AM
Unknown Object (File)
Jun 16 2025, 1:55 AM
Unknown Object (File)
Jun 13 2025, 8:35 AM
Subscribers

Details

Summary

In order to crossbuild FreeBSD on Mac/Linux I also need to build libnetbsd
and FILE* is not equal to struct __sFILE on those platforms.

Diff Detail

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 13198
Build 13439: arc lint + arc unit

Event Timeline

I'd guess the upstream version used struct __sFILE to avoid header pollution somewhere, but this seems perfectly fine here.

This revision is now accepted and ready to land.Nov 30 2017, 7:26 PM
This revision was automatically updated to reflect the committed changes.