< prev index next >

src/solaris/back/exec_md.c

Print this page
rev 8219 : 8024900: PPC64: Enable new build on AIX (jdk part)
8024854: PPC64: Basic changes and files to build the class library on AIX
Reviewed-by: alanb, prr, sla, chegar, michaelm, mullan, art, erikj
Contributed-by: luchsh@linux.vnet.ibm.com, spoole@linux.vnet.ibm.com, thomas.stuefe@sap.com

*** 28,39 **** #include <string.h> #include <ctype.h> #include "sys.h" #include "util.h" ! #if defined(LINUX) || defined(_ALLBSD_SOURCE) ! /* Linux */ #define FORK() fork() #else /* Solaris (make sure we always get the POSIX-specified behavior) */ #define FORK() fork1() #endif --- 28,39 ---- #include <string.h> #include <ctype.h> #include "sys.h" #include "util.h" ! #if defined(LINUX) || defined(_ALLBSD_SOURCE) || defined(AIX) ! /* Linux, AIX */ #define FORK() fork() #else /* Solaris (make sure we always get the POSIX-specified behavior) */ #define FORK() fork1() #endif
< prev index next >