aboutsummaryrefslogtreecommitdiffstats
path: root/wrapfuncs64.in
diff options
context:
space:
mode:
Diffstat (limited to 'wrapfuncs64.in')
-rw-r--r--wrapfuncs64.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/wrapfuncs64.in b/wrapfuncs64.in
index 94c4744..8470c04 100644
--- a/wrapfuncs64.in
+++ b/wrapfuncs64.in
@@ -3,7 +3,7 @@ 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 __lxstat64(int ver, const char *path, struct stat64 *buf); /* flags=AT_SYMLINK_NOFOLLOW */
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);