1/* : : generated from contrib/ast/src/lib/libast/features/syscall by iffe version 2012-07-17 : : */ 2#ifndef _def_syscall_ast 3#define _def_syscall_ast 1 4#define _sys_types 1 /* #include <sys/types.h> ok */ 5#define _lib_sysgetcwd 1 /* syscall(SYS_getcwd,buf,len) implemented */ 6#include <sys/syscall.h> 7 8#define SYSGETCWD(a,b) syscall(SYS_getcwd,a,b) 9 10#endif 11