mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 13:22:48 +00:00
Prefer <sys/param.h> to <machine/param.h> for the definition of
CACHE_LINE_SIZE. Submitted by: bde MFC after: 2 weeks
This commit is contained in:
parent
0963cc7dac
commit
3f2f85a6de
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=191303
@ -42,7 +42,7 @@
|
||||
* using assembly language sequences in "rtld_start.S".
|
||||
*/
|
||||
|
||||
#include <machine/param.h>
|
||||
#include <sys/param.h>
|
||||
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
|
Loading…
Reference in New Issue
Block a user