tumbledemerald-legacy/agbcc/libc/arm/sys/param.h
2022-05-19 17:14:13 +00:00

11 lines
184 B
C

/* ARM configuration file; HZ is 100 rather than the default 60 */
#ifndef _SYS_PARAM_H
# define _SYS_PARAM_H
# define HZ (100)
# define NOFILE (60)
# define PATHSIZE (1024)
#endif