diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2004-05-07 20:29:24 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2004-05-07 20:29:24 +0000 |
commit | f1559722eb7a502128a07435149988f49b627bc5 (patch) | |
tree | 4d1f75074aad4e392884a9a31c500a3c558a94a6 /newlib/libc/sys/sysvi386 | |
parent | 367ff06ea458a58c16accb4172629366eb04ac30 (diff) | |
download | cygnal-f1559722eb7a502128a07435149988f49b627bc5.tar.gz cygnal-f1559722eb7a502128a07435149988f49b627bc5.tar.bz2 cygnal-f1559722eb7a502128a07435149988f49b627bc5.zip |
2004-05-07 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/sys/param.h: Remove endian info and include
<machine/endian.h> instead.
* libc/include/machine/endian.h: New file.
* libc/machine/arm/machine/endian.h: Ditto.
* libc/machine/arm/machine/param.h: Ditto.
* libc/sys/arm/sys/param.h: Removed.
* libc/sys/sysvi386/sys/param.h: Ditto.
* libc/sys/rtems/sys/param.h: Modified to include <machine/endian.h>.
Diffstat (limited to 'newlib/libc/sys/sysvi386')
-rw-r--r-- | newlib/libc/sys/sysvi386/sys/param.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/newlib/libc/sys/sysvi386/sys/param.h b/newlib/libc/sys/sysvi386/sys/param.h deleted file mode 100644 index 6c6f6b0a4..000000000 --- a/newlib/libc/sys/sysvi386/sys/param.h +++ /dev/null @@ -1,8 +0,0 @@ -#ifndef _SYS_PARAM_H -# define _SYS_PARAM_H - -# define HZ 60 -# define NOFILE 60 -# define PATHSIZE 1024 - -#endif |