Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 92586 | Differences between
and this patch

Collapse All | Expand All

(-)grep-2.5.1/configure.in (-1 / +1 lines)
Lines 39-45 Link Here
39
dnl Checks for header files.
39
dnl Checks for header files.
40
AC_HEADER_STDC
40
AC_HEADER_STDC
41
AC_CHECK_HEADERS(string.h stdlib.h sys/param.h memory.h unistd.h libintl.h)
41
AC_CHECK_HEADERS(string.h stdlib.h sys/param.h memory.h unistd.h libintl.h)
42
AC_CHECK_HEADERS(wctype.h wchar.h)
42
AC_CHECK_HEADERS(wctype.h wchar.h features.h)
43
AC_HEADER_DIRENT
43
AC_HEADER_DIRENT
44
AC_HEADER_STAT
44
AC_HEADER_STAT
45
AC_MBSTATE_T
45
AC_MBSTATE_T
(-)grep-2.5.1/lib/posix/regex.h (+5 lines)
Lines 533-539 Link Here
533
/* For now unconditionally define __restrict_arr to expand to nothing.
533
/* For now unconditionally define __restrict_arr to expand to nothing.
534
   Ideally we would have a test for the compiler which allows defining
534
   Ideally we would have a test for the compiler which allows defining
535
   it to restrict.  */
535
   it to restrict.  */
536
#if HAVE_FEATURES_H
537
# include <features.h>
538
#endif
539
#if !defined(__UCLIBC__) || !defined(__restrict_arr)
536
#define __restrict_arr
540
#define __restrict_arr
541
#endif
537
542
538
/* POSIX compatibility.  */
543
/* POSIX compatibility.  */
539
extern int regcomp _RE_ARGS ((regex_t *__restrict __preg,
544
extern int regcomp _RE_ARGS ((regex_t *__restrict __preg,

Return to bug 92586