Fix s/64/32/ conversion errors in the system call table.
We should pull in the 32 bit headers when using this system call table.
This commit is contained in:
parent
98d627a0ab
commit
df71f1dcd6
@ -30,9 +30,9 @@
|
||||
#include <sys/sysent.h>
|
||||
#include <sys/sysproto.h>
|
||||
|
||||
#include <contrib/cloudabi/cloudabi64_types.h>
|
||||
#include <contrib/cloudabi/cloudabi32_types.h>
|
||||
|
||||
#include <compat/cloudabi64/cloudabi64_proto.h>
|
||||
#include <compat/cloudabi32/cloudabi32_proto.h>
|
||||
|
||||
0 AUE_NULL STD { cloudabi_timestamp_t \
|
||||
cloudabi_sys_clock_res_get( \
|
||||
|
Loading…
Reference in New Issue
Block a user