mirror of
git://sourceware.org/git/glibc.git
synced 2024-12-27 04:41:02 +08:00
Use INTUSE for __chown calls.
This commit is contained in:
parent
d6a57cb894
commit
e4bf0032b0
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user