#include "internal.h" int sys·openat(int dirfd, char *path, int flags, int mode, int *fd) { long ret = *fd = syscall(·OpenAt, dirfd, path, flags, mode); return error(ret); }