jsm

John Marvin jsm@puffin.external.hp.com
Mon, 31 Jan 2000 06:08:55 -0700 (MST)


Update of /home/cvs/parisc/linux-2.3/arch/parisc/hpux
In directory puffin.external.hp.com:/tmp/cvs-serv4126/arch/parisc/hpux

Modified Files:
	wrappers.S 
Log Message:
Modify fork wrapper so that child process returns through wrapper routine.
This allows the child to return through hpux_syscall_exit, so that the
return values can be set appropriately. 

Added hpux_execve wrapper. Moved hpux specific syscall return path from
gateway page to this file. hpux_syscall_exit calls syscall_exit for final
return to user land, so that that code can be maintained in one location.