Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.30-rc3 13 lines 334 B view raw
1#ifndef _SPARC64_SYSCALLS_H 2#define _SPARC64_SYSCALLS_H 3 4struct pt_regs; 5 6extern asmlinkage long sparc_do_fork(unsigned long clone_flags, 7 unsigned long stack_start, 8 struct pt_regs *regs, 9 unsigned long stack_size); 10 11extern asmlinkage int sparc_execve(struct pt_regs *regs); 12 13#endif /* _SPARC64_SYSCALLS_H */