Sophie

Sophie

distrib > Mageia > 6 > x86_64 > by-pkgid > ee1dfd807ccb6557308e06e14c3640e0 > files > 22

dietlibc-0.33-4.20120825.8.mga6.src.rpm

--- ./syscalls.s/fstatat.S.tv	2012-09-26 08:47:32.494182127 +0200
+++ ./syscalls.s/fstatat.S	2012-09-26 08:47:40.731808069 +0200
@@ -1,5 +1,7 @@
 #include "syscalls.h"
 
-#ifdef __NR_fstatat
-syscall(fstatat,fstatat)
+#ifdef __NR_newfstatat
+syscall(newfstatat,fstatat)
+#else
+syscall(fstatat64,fstatat)
 #endif