/* * static int * wrap_openat64(int dirfd, const char *path, int flags, ...mode_t mode) { * int rc = -1; */ rc = wrap_openat(dirfd, path, flags, mode | O_LARGEFILE); /* return rc; * } */