Page MenuHomeFreeBSD

cross-build: string.h uses mode_t, so we need sys/types.h
ClosedPublic

Authored by imp on May 24 2024, 9:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Apr 19, 10:30 PM
Unknown Object (File)
Sun, Apr 19, 11:31 AM
Unknown Object (File)
Sat, Apr 18, 9:46 AM
Unknown Object (File)
Sat, Apr 18, 6:13 AM
Unknown Object (File)
Thu, Apr 9, 2:04 PM
Unknown Object (File)
Mon, Apr 6, 6:48 AM
Unknown Object (File)
Sat, Apr 4, 7:03 AM
Unknown Object (File)
Fri, Apr 3, 6:26 AM
Subscribers
None

Details

Summary

string.h defines strmode with a mode_t argument. POSIX states that one
must include sys/types.h to get mode_t, so do that here. This makes musl
happier. We know that sys/types.h will include sys/cdefs.h, so just
replace the latter with the former.

Co-authored-by: Val Packett <val@packett.cool>
Sponsored by: Netflix
Pull Request: https://github.com/freebsd/freebsd-src/pull/1066

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 57907
Build 54795: arc lint + arc unit