[klibc] [PATCH] Fix fstatat() family syscalls

maximilian attems max at stro.at
Sun Aug 7 12:54:26 PDT 2011


The XXX is right, it was wrong. :D

Signed-off-by: maximilian attems <max at stro.at>
---
 usr/klibc/SYSCALLS.def |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/usr/klibc/SYSCALLS.def b/usr/klibc/SYSCALLS.def
index bfd04c1..8afd9b8 100644
--- a/usr/klibc/SYSCALLS.def
+++ b/usr/klibc/SYSCALLS.def
@@ -136,8 +136,7 @@ int readlink(const char *, char *, size_t);
 <ppc64> int stat::stat(const char *, struct stat *);
 <ppc64> int lstat::lstat(const char *, struct stat *);
 <ppc64> int fstat::fstat(int, struct stat *);
-/* XXX: Is this right?! */
-<?> int fstatat64,newstatat,fstatat::fstatat(int, const char *, struct stat *, int);
+<?> int fstatat64,newfstatat,fstatat::fstatat(int, const char *, struct stat *, int);
 int getdents64,getdents::getdents(unsigned int, struct dirent *, unsigned int);
 int chown32,chown::chown(const char *, uid_t, gid_t);
 int fchown32,fchown::fchown(int, uid_t, gid_t);
-- 
1.7.5.4



More information about the klibc mailing list