1 /* 2 * This file is auto-generated. Modifications will be lost. 3 * 4 * See https://android.googlesource.com/platform/bionic/+/master/libc/kernel/ 5 * for more information. 6 */ 7 #ifndef _UAPI__ASM_GENERIC_PARAM_H 8 #define _UAPI__ASM_GENERIC_PARAM_H 9 #ifndef HZ 10 #define HZ 100 11 #endif 12 #ifndef EXEC_PAGESIZE 13 #define EXEC_PAGESIZE 4096 14 #endif 15 #ifndef NOGROUP 16 #define NOGROUP (- 1) 17 #endif 18 #define MAXHOSTNAMELEN 64 19 #endif 20