Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
freebsd
GitHub Repository: freebsd/freebsd-src
Path: blob/main/sys/tools/syscalls/examples/cpp/test_syscalls.map
39530 views
/*
 * FreeBSD system call symbols.
 *
 * DO NOT EDIT-- this file is automatically @generated.
 */

FBSDprivate_1.0 {
#ifdef PLATFORM_FOO
	_syscall1;
	__sys_syscall1;
#else
#endif
#ifdef PLATFORM_FOO
#else
	_syscall2;
	__sys_syscall2;
#endif
};