diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 394635b13..cc5535ab8 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,8 @@ +2008-11-17 Joel Sherrill + + * sys/rtems/include/limits.h: Add _POSIX2_RE_DUP_MAX. + * sys/rtems/sys/param.h: sys/rtprio.h not needed. + 2008-10-31 Jeff Johnston * libc/stdio/diprintf.c: Modify documentation so eclipse newlib diff --git a/newlib/libc/sys/rtems/include/limits.h b/newlib/libc/sys/rtems/include/limits.h index 9d1162420..13e168c0a 100644 --- a/newlib/libc/sys/rtems/include/limits.h +++ b/newlib/libc/sys/rtems/include/limits.h @@ -42,6 +42,9 @@ #define _POSIX_OPEN_MAX 16 #define _POSIX_PATH_MAX 255 #define _POSIX_PIPE_BUF 512 +/* The maximum number of repeated occurrences of a regular expression + * * permitted when using the interval notation `\{M,N\}'. */ +#define _POSIX2_RE_DUP_MAX 255 #define _POSIX_RTSIG_MAX 8 #define _POSIX_SEM_NSEMS_MAX 256 #define _POSIX_SEM_VALUE_MAX 32767 diff --git a/newlib/libc/sys/rtems/sys/param.h b/newlib/libc/sys/rtems/sys/param.h index 0060720f8..5d354dc9c 100644 --- a/newlib/libc/sys/rtems/sys/param.h +++ b/newlib/libc/sys/rtems/sys/param.h @@ -93,7 +93,6 @@ #include #include #include -#include #ifndef FALSE #define FALSE 0