mirror of
git://sourceware.org/git/glibc.git
synced 2025-04-12 14:21:18 +08:00
Revert "Fix a typo in linux lxstat.c"
This reverts commit e4ad5e722cec9a274cd84585d9c33f696e36f847.
This commit is contained in:
parent
e4ad5e722c
commit
8c7c251746
@ -1,7 +1,3 @@
|
||||
2015-08-21 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Fix a typo.
|
||||
|
||||
2015-08-21 H.J. Lu <hongjiu.lu@intel.com>
|
||||
|
||||
* sysdeps/unix/sysdep.h (INLINE_SYSCALL_RETURN): New.
|
||||
|
@ -35,8 +35,8 @@ int
|
||||
__lxstat (int vers, const char *name, struct stat *buf)
|
||||
{
|
||||
if (vers == _STAT_VER_KERNEL)
|
||||
return INLINE_SYSCALL_RETURN (lstat, 2, int, name,
|
||||
(struct kernel_stat *) buf);
|
||||
return INLINE_SYSCALL_ERROR_RETURN (lstat, 2, int, name,
|
||||
(struct kernel_stat *) buf);
|
||||
|
||||
#ifdef STAT_IS_KERNEL_STAT
|
||||
return INLINE_SYSCALL_ERROR_RETURN (-EINVAL, int, -1)
|
||||
|
Loading…
x
Reference in New Issue
Block a user