openat32
extern int openat32(int, char *, int, int);
/* 68 */ SYSENT_CI("openat", openat32, 4),
return (openat32(AT_FDCWD, path, fmode, cmode));