acadia-newlib/newlib/libc/sys/sysvi386/sys/param.h

9 lines
109 B
C

#ifndef _SYS_PARAM_H
# define _SYS_PARAM_H
# define HZ 60
# define NOFILE 60
# define PATHSIZE 1024
#endif