mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-05 12:40:55 +08:00
Use INTDEF for __chown.
This commit is contained in:
parent
a4b6834c4f
commit
db601cfcce
@ -1,4 +1,4 @@
|
||||
/* Copyright (C) 1999, 2000 Free Software Foundation, Inc.
|
||||
/* Copyright (C) 1999, 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
|
||||
@ -18,8 +18,11 @@
|
||||
|
||||
#include <unistd.h>
|
||||
|
||||
#undef __chown
|
||||
|
||||
int
|
||||
__chown (const char *file, uid_t owner, gid_t group)
|
||||
{
|
||||
return chown (file, owner, group);
|
||||
}
|
||||
INTDEF(__chown)
|
||||
|
Loading…
Reference in New Issue
Block a user