summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/fxstatat64.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-11-16 08:40:33 +0000
committerJakub Jelinek <jakub@redhat.com>2005-11-16 08:40:33 +0000
commitb9616a4d2d0ff113b95a638127ad27c98e6c713b (patch)
tree44a217d883df77585469066a882b4eb96a1aef19 /sysdeps/unix/sysv/linux/fxstatat64.c
parent7af1fc8277a5c9f20739e9c0b55ae727c3771e1a (diff)
Updated to fedora-glibc-20051116T0829cvs/fedora-glibc-2_3_90-17
Diffstat (limited to 'sysdeps/unix/sysv/linux/fxstatat64.c')
-rw-r--r--sysdeps/unix/sysv/linux/fxstatat64.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/fxstatat64.c b/sysdeps/unix/sysv/linux/fxstatat64.c
index 8c41db710c..2360f50d98 100644
--- a/sysdeps/unix/sysv/linux/fxstatat64.c
+++ b/sysdeps/unix/sysv/linux/fxstatat64.c
@@ -128,8 +128,8 @@ __fxstatat64 (int vers, int fd, const char *file, struct stat64 *st, int flag)
return __xstat64_conv (vers, &kst, st);
fail:
+#endif
__atfct_seterrno (INTERNAL_SYSCALL_ERRNO (result, err), fd, buf);
return -1;
-#endif
}