Description: cc1: error: '_fork1' aliased to external symbol 'fork1' 'fork1' aliased to 'fork', so make '_fork1' aliased to 'fork' Index: b/usr/src/lib/libc/port/threads/scalls.c =================================================================== --- a/usr/src/lib/libc/port/threads/scalls.c +++ b/usr/src/lib/libc/port/threads/scalls.c @@ -82,7 +82,7 @@ /* * These are SUNWprivate, but they are being used by Sun Studio libcollector. */ -#pragma weak _fork1 = fork1 +#pragma weak _fork1 = fork #pragma weak _forkall = forkall /*