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
F132764656: D13305.diff
Sun, Oct 19, 6:45 PM
Unknown Object (File)
Mon, Sep 29, 2:03 AM
Unknown Object (File)
Sun, Sep 28, 2:23 PM
Unknown Object (File)
Sat, Sep 27, 9:55 PM
Unknown Object (File)
Wed, Sep 24, 3:03 PM
Unknown Object (File)
Tue, Sep 23, 7:51 PM
Unknown Object (File)
Sep 15 2025, 1:04 PM
Unknown Object (File)
Sep 15 2025, 12:57 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.