./usr/include/minix/ipc.h minix-sys
./usr/include/minix/keymap.h minix-sys
./usr/include/minix/libminixfs.h minix-sys
-./usr/include/minix/limits.h minix-sys
+./usr/include/minix/limits.h minix-sys obsolete
./usr/include/minix/log.h minix-sys
./usr/include/minix minix-sys
./usr/include/minix/minlib.h minix-sys
driver.h drivers.h drvlib.h ds.h \
endpoint.h fb.h fslib.h gpio.h gcov.h hash.h \
hgfs.h ioctl.h input.h ipc.h ipcconst.h \
- keymap.h limits.h log.h mmio.h mount.h mthread.h minlib.h \
+ keymap.h log.h mmio.h mount.h mthread.h minlib.h \
netdriver.h optset.h padconf.h partition.h portio.h \
priv.h procfs.h profile.h queryparam.h \
reboot.h rs.h safecopies.h sched.h sef.h sffs.h \
+++ /dev/null
-/* The <minix/limits.h> header defines the Minix values for some MINIX
- * constants. Both the MINIX constants and the non-posix constants
- * refer to these underlying definitions.
- */
-
-#ifndef _MINIX_LIMITS_H
-#define _MINIX_LIMITS_H
-
-#define __MINIX_OPEN_MAX 255 /* a process may have 255 files open */
-#define __MINIX_PATH_MAX 1024/* a pathname may contain 1023 chars (+ '\0')*/
-
-#endif /* _MINIX_LIMITS_H */
#ifndef _SYS_SYSLIMITS_H_
#define _SYS_SYSLIMITS_H_
-#include <minix/limits.h>
+#if defined(__minix)
+#define __MINIX_OPEN_MAX 255 /* a process may have 255 files open */
+#define __MINIX_PATH_MAX 1024/* a pathname may contain 1023 chars (+ '\0')*/
+#endif /* defined(__minix) */
+
#include <sys/featuretest.h>
#if defined(_POSIX_C_SOURCE) || defined(_XOPEN_SOURCE) || \