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)
Wed, Jun 24, 5:19 AM
Unknown Object (File)
Mon, Jun 22, 3:59 AM
Unknown Object (File)
Sun, Jun 21, 11:32 PM
Unknown Object (File)
Sat, Jun 13, 11:07 AM
Unknown Object (File)
May 27 2026, 8:07 AM
Unknown Object (File)
May 26 2026, 10:24 PM
Unknown Object (File)
May 16 2026, 8:28 AM
Unknown Object (File)
May 15 2026, 1:18 PM
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 Not Applicable
Unit
Tests Not Applicable