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
@ -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…
x
Reference in New Issue
Block a user