unlinkat
# define unlinkat(x, y, z) unlink(path)
#undef unlinkat
unlinkat(int dirfd, const char *path, int flag)