From ec2a27c16b0df6a8d187c001ca02cae4ea440815 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 14 Dec 2002 17:34:13 +0000 Subject: [! HAVE_DECL_MEMRCHR]: Declare memrchr. This is necessary at least for Irix6.5 when using c89. Reported by Nelson Beebe. --- src/system.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/system.h') diff --git a/src/system.h b/src/system.h index d227ba447..9654672c5 100644 --- a/src/system.h +++ b/src/system.h @@ -116,6 +116,9 @@ struct utimbuf #else # include #endif +#if ! HAVE_DECL_MEMRCHR +void *memrchr (const void *, int, size_t); +#endif #include #ifndef errno -- cgit v1.2.3-54-g00ecf