Page MenuHomeFreeBSD

cross-build: Include sys/types.h from sys/param.h
ClosedPublic

Authored by imp on May 24 2024, 9:07 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Apr 21, 8:27 AM
Unknown Object (File)
Tue, Apr 21, 1:28 AM
Unknown Object (File)
Mon, Apr 20, 11:35 AM
Unknown Object (File)
Mon, Apr 20, 10:11 AM
Unknown Object (File)
Sat, Apr 18, 10:52 PM
Unknown Object (File)
Thu, Apr 16, 5:26 PM
Unknown Object (File)
Tue, Apr 14, 1:56 AM
Unknown Object (File)
Tue, Apr 7, 10:45 PM
Subscribers
None

Details

Summary

FreeBSD has a style(9) enforced assumption that sys/param.h includes
sys/types.h. However, Linux under musl doesn't do this so go ahead and
explicitly include it here. It won't hurt on the glibc systems, and
helps musl.

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