From c27af259f071003401ee0871f9ea7020632a1961 Mon Sep 17 00:00:00 2001 From: Micah Cowan Date: Thu, 15 May 2008 21:14:58 -0700 Subject: [PATCH] Missed an updated file: lib/stdlib.h --- lib/stdlib.h | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/lib/stdlib.h b/lib/stdlib.h index fe09be79..c4240d32 100644 --- a/lib/stdlib.h +++ b/lib/stdlib.h @@ -205,6 +205,21 @@ extern int putenv (char *string); #endif +#if 0 +# if !1 +/* Test a user response to a question. + Return 1 if it is affirmative, 0 if it is negative, or -1 if not clear. */ +extern int rpmatch (const char *response); +# endif +#elif defined GNULIB_POSIXCHECK +# undef rpmatch +# define rpmatch(r) \ + (GL_LINK_WARNING ("rpmatch is unportable - " \ + "use gnulib module rpmatch for portability"), \ + rpmatch (r)) +#endif + + #if 0 # if !1 /* Set NAME to VALUE in the environment. -- 2.39.2