4.1cBSD/usr/src/lib/libc/sys/fork.c

Compare this file to the similar file:
Show the results in this format:

/* fork.c 4.1 82/12/04 */

#include "SYS.h"

SYSCALL(fork)
	jlbc	r1,1f	# parent, since r1 == 0 in parent, 1 in child
	clrl	r0
1:
	ret		# pid = fork()