Add hwap constants to sys/auxv.h

This commit is contained in:
Justine Tunney 2024-05-24 11:44:31 -07:00
parent bf3531de81
commit 5f61d273e4
No known key found for this signature in database
GPG key ID: BE714B4575D6E328

View file

@ -2,4 +2,5 @@
#define COSMOPOLITAN_LIBC_ISYSTEM_SYS_AUXV_H_
#include "libc/runtime/runtime.h"
#include "libc/sysv/consts/auxv.h"
#include "libc/sysv/consts/hwcap.h"
#endif /* COSMOPOLITAN_LIBC_ISYSTEM_SYS_AUXV_H_ */