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, Aug 18, 3:15 AM
Unknown Object (File)
Sat, Aug 15, 9:49 AM
Unknown Object (File)
Sat, Aug 15, 8:01 AM
Unknown Object (File)
Sat, Aug 8, 7:15 PM
Unknown Object (File)
Sat, Aug 8, 6:03 PM
Unknown Object (File)
Fri, Aug 7, 9:26 PM
Unknown Object (File)
Thu, Aug 6, 2:21 PM
Unknown Object (File)
Mon, Aug 3, 4:07 AM
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