glibc/sysdeps/unix/sysv/linux/arm
Joseph Myers abb280f799 Move some chown / lchown / fchown definitions to syscalls.list (bug 14138).
Continuing the move of syscall definitions to syscalls.list, where the
removal of support for old kernel versions has made this possible,
this patch moves various definitions of chown, lchown and fchown.

In most cases the need for special syscalls.list entries (rather than
existing generic ones) is because these architectures use chown32,
lchown32 and fchown32 as syscall names.  Some architectures also have
symbol versioning compatibility for older versions of chown having
been equivalent to lchown.

In the case of powerpc, chown.c (providing the chown@@GLIBC_2.1
default version) is replaced by a syscalls.list entry (for powerpc32;
powerpc64 has no need for this because of its more recent minimum
symbol version, so can just use the entry in
sysdeps/unix/syscalls.list), but lchown.S is left as-is because it
provides the compat version of chown as an actual alias for __lchown,
which is not yet supported by syscalls.list.  This file can be removed
once such aliases are supported in syscalls.list.

	[BZ #14138]
	* sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
	* sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
	* sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
	* sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
	* sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
	(fchown): Likewise.
	* sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
	(fchown): Likewise.
	* sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
	Likewise.
2014-10-06 22:30:54 +00:00
..
bits ARM: Don't define _SYS_AUXV_H in sysdep.h 2014-09-23 14:58:49 +01:00
sys
Implies NPTL is no longer an add-on! 2014-07-07 09:29:06 -07:00
Makefile Clean up gnu/lib-names.h generation (bug 14171). 2014-09-26 17:33:04 +00:00
Versions Remove ARM __ASSUME_SIGFRAME_V2. 2014-06-21 00:58:56 +00:00
____longjmp_chk.S
aeabi_read_tp.S
alphasort64.c
arch-fork.h ARM: Convert fork.c to arch-fork.h 2014-05-16 12:51:39 -07:00
arm-features.h
brk.c
c++-types.data Verbatim NPTL file moves for ARM/Linux. 2014-05-13 10:04:20 -07:00
clone.S Consolidate NPTL vs non clone.S for ARM. 2014-05-13 10:03:45 -07:00
dl-cache.h
dl-machine.h
dl-procinfo.c ARM: Add support for AT_HWCAP2 in _dl_procinfo 2014-06-25 16:02:04 +01:00
dl-procinfo.h ARM: Add support for AT_HWCAP2 in _dl_procinfo 2014-06-25 16:02:04 +01:00
fcntl.c
ftruncate64.c
fxstat.c
fxstatat.c
getcontext.S
getdents64.c
getegid.c
geteuid.c
getgid.c
getgroups.c
getresgid.c
getresuid.c
getrlimit64.c
getuid.c
glob64.c
internal_accept4.S
internal_recvmmsg.S
internal_sendmmsg.S
ioperm.c
kernel-features.h Remove ARM __ASSUME_SIGFRAME_V2. 2014-06-21 00:58:56 +00:00
ld.abilist Verbatim NPTL file moves for ARM/Linux. 2014-05-13 10:04:20 -07:00
ldconfig.h
ldsodefs.h
libBrokenLocale.abilist Verbatim NPTL file moves for ARM/Linux. 2014-05-13 10:04:20 -07:00
libanl.abilist Verbatim NPTL file moves for ARM/Linux. 2014-05-13 10:04:20 -07:00
libc-do-syscall.S
libc.abilist Verbatim NPTL file moves for ARM/Linux. 2014-05-13 10:04:20 -07:00
libcrypt.abilist Verbatim NPTL file moves for ARM/Linux. 2014-05-13 10:04:20 -07:00
libdl.abilist Verbatim NPTL file moves for ARM/Linux. 2014-05-13 10:04:20 -07:00
libm.abilist Verbatim NPTL file moves for ARM/Linux. 2014-05-13 10:04:20 -07:00
libnsl.abilist Verbatim NPTL file moves for ARM/Linux. 2014-05-13 10:04:20 -07:00
libpthread.abilist Verbatim NPTL file moves for ARM/Linux. 2014-05-13 10:04:20 -07:00
libresolv.abilist Verbatim NPTL file moves for ARM/Linux. 2014-05-13 10:04:20 -07:00
librt.abilist Verbatim NPTL file moves for ARM/Linux. 2014-05-13 10:04:20 -07:00
libthread_db.abilist Verbatim NPTL file moves for ARM/Linux. 2014-05-13 10:04:20 -07:00
libutil.abilist Verbatim NPTL file moves for ARM/Linux. 2014-05-13 10:04:20 -07:00
localplt.data Verbatim NPTL file moves for ARM/Linux. 2014-05-13 10:04:20 -07:00
lockf64.c
lxstat.c
makecontext.c
mmap.S
mmap64.S
msgctl.c
oldgetrlimit.c
oldgetrlimit64.c
oldsetrlimit.c
posix_fadvise.c
posix_fadvise64.c Clean up ARM old-ABI symbol versioning relics. 2014-05-14 00:41:20 +00:00
pread.c
pread64.c
profil-counter.h
pwrite.c
pwrite64.c
readahead.c
readdir64.c
readdir64_r.c
readelflib.c
register-dump.h
scandir64.c
semctl.c
setcontext.S
setegid.c
seteuid.c
setfsgid.c
setfsuid.c
setgid.c
setgroups.c
setregid.c
setresgid.c
setresuid.c
setreuid.c
setuid.c
shlib-versions Remove configuration name patterns from shlib-versions. 2014-09-12 12:28:47 +00:00
shmctl.c
sigaction.c Get rid of nptl/sysdeps/ entirely! 2014-07-07 09:28:38 -07:00
sigcontextinfo.h Remove stray includes of kernel-features.h. 2014-06-25 18:09:01 +00:00
sigrestorer.S Remove ARM __ASSUME_SIGFRAME_V2. 2014-06-21 00:58:56 +00:00
swapcontext.S
syscall.S
syscalls.list Move some chown / lchown / fchown definitions to syscalls.list (bug 14138). 2014-10-06 22:30:54 +00:00
sysdep-cancel.h arm,aarch64: Remove SINGLE_THREAD_P_PIC 2014-05-25 12:50:41 -04:00
sysdep.S
sysdep.h ARM: Don't define _SYS_AUXV_H in sysdep.h 2014-09-23 14:58:49 +01:00
tls.h ARM: Split Linuxism out of sysdeps/arm/nptl/tls.h 2014-06-30 11:19:22 -07:00
truncate64.c
ucontext_i.sym
umount.c
unwind-forcedunwind.c Fix ARM build with GCC trunk. 2014-05-20 21:27:13 +00:00
unwind-resume.c Fix ARM build with GCC trunk. 2014-05-20 21:27:13 +00:00
versionsort64.c
vfork.S ARM: Consolidate NPTL/non versions of vfork 2014-05-14 09:44:24 -07:00
xstat.c