Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

1
2
3
4
5
6
7
8
9
/* $NetBSD: compat_Ovfork.S,v 1.1 2016/06/30 09:14:30 mrg Exp $ */

#include "SYS.h"

/* XXX should not be necessary or useful, no NetBSD/ia64 1.4 */
SYSCALL(vfork)
	/* XXX: watchout for return values for child/parent */ 
	RET
END(vfork)