From dd7ee147db24eaaa37f333fa93ce31efe949d9bf Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Thu, 7 Nov 2002 19:27:36 +0000 Subject: 2002-11-07 Joel Sherrill * libc/sys/rtems/machine: New directory. * libc/sys/rtems/machine/limits.h, libc/sys/rtems/machine/param.h, libc/sys/rtems/sys/param.h, libc/sys/rtems/sys/syslimits.h, libc/sys/rtems/sys/utime.h: New files added to make *-rtems newlib targets more BSD like when installed without requiring files to be overwritten at install point when RTEMS itself is installed. * Makefile.am: Pick up system dependent machine .h files such as might be found on a BSD-ish system. * Makefile.in: Regenerate. * libc/include/machine/types.h: When on an RTEMS target, define a few BSD flavor types. --- newlib/libc/sys/rtems/machine/limits.h | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 newlib/libc/sys/rtems/machine/limits.h (limited to 'newlib/libc/sys/rtems/machine/limits.h') diff --git a/newlib/libc/sys/rtems/machine/limits.h b/newlib/libc/sys/rtems/machine/limits.h new file mode 100644 index 000000000..5a6ee0337 --- /dev/null +++ b/newlib/libc/sys/rtems/machine/limits.h @@ -0,0 +1,6 @@ +/* + * $Id$ + */ + +/* intentionally empty file */ + -- cgit v1.2.3