diff options
Diffstat (limited to 'sysdeps/unix/sysv/linux/powerpc/chown.c')
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/chown.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/powerpc/chown.c b/sysdeps/unix/sysv/linux/powerpc/chown.c index 182c5e787a..4b283e720c 100644 --- a/sysdeps/unix/sysv/linux/powerpc/chown.c +++ b/sysdeps/unix/sysv/linux/powerpc/chown.c @@ -31,9 +31,6 @@ This file emulates chown() under the old kernels. */ -extern int __syscall_chown (const char *__file __unbounded, - uid_t __owner, gid_t __group); - int __chown (const char *file, uid_t owner, gid_t group) { |