PERFORCE change 103829 for review

Roman Divacky rdivacky at FreeBSD.org
Mon Aug 14 12:03:03 UTC 2006


http://perforce.freebsd.org/chv.cgi?CH=103829

Change 103829 by rdivacky at rdivacky_witten on 2006/08/14 12:02:59

	Make the linux_clone() prototype match real 2.6.x one.

Affected files ...

.. //depot/projects/soc2006/rdivacky_linuxolator/amd64/linux32/syscalls.master#12 edit

Differences ...

==== //depot/projects/soc2006/rdivacky_linuxolator/amd64/linux32/syscalls.master#12 (text+ko) ====

@@ -214,7 +214,8 @@
 119	AUE_SIGRETURN	STD	{ int linux_sigreturn( \
 				    struct l_sigframe *sfp); }
 ; linux uses some strange calling convention here so we have to use the dummy arg
-120	AUE_RFORK	STD	{ int linux_clone(l_int flags, void *stack); }
+120	AUE_RFORK	STD	{ int linux_clone(l_int flags, void *stack \
+				    void *parent_tidptr, int dummy, void * child_tidptr); }
 121	AUE_SYSCTL	NOPROTO	{ int setdomainname(char *name, \
 				    int len); }
 122	AUE_NULL	STD	{ int linux_newuname( \


More information about the p4-projects mailing list