From d67fc5ab7fc382caaaf36a5b919464a5f2907b16 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 20 Dec 2001 22:31:43 +0000 Subject: HP-UX portability. --- lib/execute.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/execute.c') diff --git a/lib/execute.c b/lib/execute.c index b3eae00..793727f 100644 --- a/lib/execute.c +++ b/lib/execute.c @@ -66,8 +66,10 @@ function argument counts despite of K&R C function definition syntax. */ #ifdef EINTR static inline int nonintr_close PARAMS ((int fd)); +# ifdef __GNUC__ static inline int nonintr_open PARAMS ((const char *pathname, int oflag, mode_t mode)); +# endif #endif -- cgit v1.1