Use INTUSE for __chown calls.

This commit is contained in:
Ulrich Drepper 2002-04-09 20:26:17 +00:00
parent d6a57cb894
commit e4bf0032b0

View File

@ -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)