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)
Sun, Apr 28, 2:40 AM
Unknown Object (File)
Thu, Apr 25, 12:35 AM
Unknown Object (File)
Mar 22 2024, 10:24 PM
Unknown Object (File)
Mar 22 2024, 10:23 PM
Unknown Object (File)
Mar 22 2024, 10:23 PM
Unknown Object (File)
Mar 8 2024, 7:30 AM
Unknown Object (File)
Jan 10 2024, 9:35 AM
Unknown Object (File)
Jan 9 2024, 4:41 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.