+2001-12-20 Bruno Haible <bruno@clisp.org>
+
+ * execute.c (nonintr_open): Omit prototype. On some platforms mode_t
+ promotes to int, not mode_t.
+ * pipe-in.c (nonintr_open): Likewise.
+ * pipe-out.c (nonintr_open): Likewise.
+
2001-12-20 Bruno Haible <bruno@clisp.org>
* setenv.c (__add_to_environ): Don't call realloc(NULL,...), use
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
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
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