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)
Tue, Feb 18, 9:12 AM
Unknown Object (File)
Jan 19 2025, 10:43 AM
Unknown Object (File)
Jan 1 2025, 12:36 PM
Unknown Object (File)
Jan 1 2025, 12:35 PM
Unknown Object (File)
Jan 1 2025, 12:34 PM
Unknown Object (File)
Dec 17 2024, 10:02 PM
Unknown Object (File)
Dec 17 2024, 10:00 PM
Unknown Object (File)
Dec 12 2024, 10:44 PM
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.