mirror of
https://sourceware.org/git/glibc.git
synced 2025-10-12 19:04:54 +03:00
io: Remove xstat implementations
With xstat wrapper functions removed (8ed005daf0
), the stat functions
are now properly exported, and version is done using symbols versioning
instead of the extra _STAT_* argument.
Reviewed-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
@@ -61,7 +61,9 @@ sysdep_routines += adjtimex clone umount umount2 readahead sysctl \
|
||||
open_by_handle_at mlock2 pkey_mprotect pkey_set pkey_get \
|
||||
timerfd_gettime timerfd_settime prctl \
|
||||
process_vm_readv process_vm_writev clock_adjtime \
|
||||
time64-support pselect32
|
||||
time64-support pselect32 \
|
||||
xstat fxstat lxstat xstat64 fxstat64 lxstat64 \
|
||||
fxstatat fxstatat64
|
||||
|
||||
CFLAGS-gethostid.c = -fexceptions
|
||||
CFLAGS-tee.c = -fexceptions -fasynchronous-unwind-tables
|
||||
|
Reference in New Issue
Block a user