Importing usr.bin/nl
* Add _SC_LINE_MAX to unistd.h (value of 15 from NetBSD). * Add _SC_LINE_MAX case to sysconf(3) in libc. * usr.bin/nl itself required no Minix specific changes. Change-Id: I10f056ccdf4f212beb1272f735f41303e5036c05
This commit is contained in:
@@ -204,5 +204,6 @@
|
||||
#define _SC_TZNAME_MAX 10
|
||||
#define _SC_PAGESIZE 11
|
||||
#define _SC_PAGE_SIZE _SC_PAGESIZE
|
||||
#define _SC_LINE_MAX 15
|
||||
|
||||
#endif /* !_SYS_UNISTD_H_ */
|
||||
|
||||
Reference in New Issue
Block a user