From 657395eeea809730a56bb65bcfc62028deb06f73 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Tue, 9 Aug 2011 17:42:18 +0300 Subject: Fix for ptys for coprocesses. --- awk.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'awk.h') diff --git a/awk.h b/awk.h index 1421203a..f3d36654 100644 --- a/awk.h +++ b/awk.h @@ -171,6 +171,10 @@ typedef int off_t; #define setlocale(locale, val) /* nothing */ #endif /* HAVE_SETLOCALE */ +#ifndef HAVE_SETSID +#define setsid() /* nothing */ +#endif /* HAVE_SETSID */ + #if HAVE_MEMCPY_ULONG extern char *memcpy_ulong(char *dest, const char *src, unsigned long l); #define memcpy memcpy_ulong -- cgit v1.2.3