PERFORCE change 103831 for review

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


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

Change 103831 by rdivacky at rdivacky_witten on 2006/08/14 12:04:17

	Regen after syscalls.master update.

Affected files ...

.. //depot/projects/soc2006/rdivacky_linuxolator/amd64/linux32/linux32_proto.h#12 edit
.. //depot/projects/soc2006/rdivacky_linuxolator/amd64/linux32/linux32_syscall.h#12 edit
.. //depot/projects/soc2006/rdivacky_linuxolator/amd64/linux32/linux32_sysent.c#12 edit

Differences ...

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

@@ -367,7 +367,9 @@
 };
 struct linux_clone_args {
 	char flags_l_[PADL_(l_int)]; l_int flags; char flags_r_[PADR_(l_int)];
-	char stack_l_[PADL_(void *)]; void * stack; char stack_r_[PADR_(void *)];
+	char parent_tidptr_l_[PADL_(void *stack void *)]; void *stack void * parent_tidptr; char parent_tidptr_r_[PADR_(void *stack void *)];
+	char dummy_l_[PADL_(int)]; int dummy; char dummy_r_[PADR_(int)];
+	char child_tidptr_l_[PADL_(void *)]; void * child_tidptr; char child_tidptr_r_[PADR_(void *)];
 };
 struct linux_newuname_args {
 	char buf_l_[PADL_(struct l_new_utsname *)]; struct l_new_utsname * buf; char buf_r_[PADR_(struct l_new_utsname *)];

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


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



More information about the p4-projects mailing list