|
root / base / usr / src / cmd / ast / libast / amd64 / FEATURE / syscall
syscall Plain Text 11 lines 358 B
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
/* : : generated from contrib/ast/src/lib/libast/features/syscall by iffe version 2012-07-17 : : */
#ifndef _def_syscall_ast
#define _def_syscall_ast	1
#define _sys_types	1	/* #include <sys/types.h> ok */
#define _lib_sysgetcwd	1	/* syscall(SYS_getcwd,buf,len) implemented */
#include <sys/syscall.h>

#define SYSGETCWD(a,b)		syscall(SYS_getcwd,a,b)

#endif