summaryrefslogtreecommitdiff
path: root/usr/src/cmd/ast/libast/amd64/FEATURE/syscall
blob: 0768fbae584b781aeb34231ec55bfe07753e3f03 (plain)
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