From: Ulrich Drepper Date: Tue, 9 Apr 2002 20:26:17 +0000 (+0000) Subject: Use INTUSE for __chown calls. X-Git-Tag: upstream/2.20~3636^2~1711 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e4bf0032b0526769893e6c33a7b4063f28ce9dbb;p=platform%2Fupstream%2Flinaro-glibc.git Use INTUSE for __chown calls. --- diff --git a/sysdeps/unix/sysv/linux/m68k/chown.c b/sysdeps/unix/sysv/linux/m68k/chown.c index 50e11c1..f8f4b5c 100644 --- a/sysdeps/unix/sysv/linux/m68k/chown.c +++ b/sysdeps/unix/sysv/linux/m68k/chown.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1998, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1998, 2000, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -71,4 +71,5 @@ __chown (const char *file, uid_t owner, gid_t group) return INLINE_SYSCALL (chown, 3, CHECK_STRING (file), owner, group); #endif } +INTDEF(__chown) weak_alias (__chown, chown)