#include "internal.h" int sys·access(char *path, int mode) { return sys·accessat(sys·FdCwd, path, mode, 0); }