PERFORCE change 102638 for review

Roman Divacky rdivacky at FreeBSD.org
Fri Jul 28 10:29:26 UTC 2006


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

Change 102638 by rdivacky at rdivacky_witten on 2006/07/28 10:28:44

	Add linux_getppid() to syscalls.master.

Affected files ...

.. //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/syscalls.master#17 edit

Differences ...

==== //depot/projects/soc2006/rdivacky_linuxolator/i386/linux/syscalls.master#17 (text+ko) ====

@@ -126,7 +126,7 @@
 62	AUE_NULL	MSTD	{ int linux_ustat(l_dev_t dev, \
 				    struct l_ustat *ubuf); }
 63	AUE_DUP2	MNOPROTO { int dup2(u_int from, u_int to); }
-64	AUE_GETPPID	MNOPROTO { int getppid(void); }
+64	AUE_GETPPID	MSTD	{ int linux_getppid(void); }
 65	AUE_GETPGRP	MNOPROTO { int getpgrp(void); }
 66	AUE_SETSID	MNOPROTO { int setsid(void); }
 67	AUE_NULL	MSTD	{ int linux_sigaction(l_int sig, \


More information about the p4-projects mailing list