|
|
http://perforce.freebsd.org/chv.cgi?CH=102638
Change 102638 by rdivacky@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, \
_______________________________________________
p4-projects@xxxxxxxxxxx mailing list
http://lists.freebsd.org/mailman/listinfo/p4-projects
To unsubscribe, send any mail to "p4-projects-unsubscribe@xxxxxxxxxxx"
|
|