import from github
This commit is contained in:
10
agbcc/libc/arm/sys/param.h
Normal file
10
agbcc/libc/arm/sys/param.h
Normal file
@ -0,0 +1,10 @@
|
||||
/* 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
|
Reference in New Issue
Block a user