On Mon, 30 Dec 2013 07:51:28 -0600, John McKown wrote:
>
>I note that the description of the fork() function does not mention
>_BPX_SHAREAS at all. I therefore conclude that a fork() will always result
>in a new address space.
> 
It must, in order that pointers in the child process space validly point
to copies of structures in the parent process space.  (Discounting the
possibility that fork() might relocate such pointers.)

-- gil

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@listserv.ua.edu with the message: INFO IBM-MAIN

Reply via email to