diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-11-07 19:27:36 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-11-07 19:27:36 +0000 |
commit | dd7ee147db24eaaa37f333fa93ce31efe949d9bf (patch) | |
tree | e9399790bc9dfd4304546acff76ea834b9e8c88d /newlib/libc/sys/rtems/machine/limits.h | |
parent | 783747919d1180bbca4b29a3b3bea27633adae11 (diff) | |
download | cygnal-dd7ee147db24eaaa37f333fa93ce31efe949d9bf.tar.gz cygnal-dd7ee147db24eaaa37f333fa93ce31efe949d9bf.tar.bz2 cygnal-dd7ee147db24eaaa37f333fa93ce31efe949d9bf.zip |
2002-11-07 Joel Sherrill <joel@OARcorp.com>
* 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.
Diffstat (limited to 'newlib/libc/sys/rtems/machine/limits.h')
-rw-r--r-- | newlib/libc/sys/rtems/machine/limits.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 */ + |