diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/xstat64.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/xstat64.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/xstat64.c b/sysdeps/unix/sysv/linux/xstat64.c index aa63152..e7dd6a5 100644 --- a/sysdeps/unix/sysv/linux/xstat64.c +++ b/sysdeps/unix/sysv/linux/xstat64.c @@ -67,7 +67,7 @@ ___xstat64 (int vers, const char *name, struct stat64 *buf) #else # if STAT_IS_KERNEL_STAT /* New kABIs which uses generic pre 64-bit time Linux ABI, - e.g. csky, nios2 */ + e.g. csky. */ if (vers == _STAT_VER_KERNEL) return INLINE_SYSCALL_CALL (fstatat64, AT_FDCWD, name, buf, 0); # else |