aboutsummaryrefslogtreecommitdiffstats
path: root/wrapfuncs64.in
blob: 94c47443922b8145d74d244a379780988836e176 (plain)
1
2
3
4
5
6
7
8
9
int open64(const char *path, int flags, ...{mode_t mode});
int openat64(int dirfd, const char *path, int flags, ...{mode_t mode});
int __openat64_2(int dirfd, const char *path, int flags);
int creat64(const char *path, mode_t mode);
int __xstat64(int ver, const char *path, struct stat64 *buf);
int __lxstat64(int ver, const char *path, struct stat64 *buf);
int __fxstat64(int ver, int fd, struct stat64 *buf);
int __fxstatat64(int ver, int dirfd, const char *path, struct stat64 *buf, int flags);
FILE *fopen64(const char *path, const char *mode);