add a missing section header table index conversion
[tangerine.git] / compiler / clib / fchown.c
blob7330a9fa14b99e8aa7f3232abbfaaf9ed4bf2a45
1 /*
2 Copyright © 2004, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/debug.h>
8 #include <unistd.h>
10 int fchown(int fd, uid_t owner, gid_t group)
12 # warning Implement fchown()
13 AROS_FUNCTION_NOT_IMPLEMENTED("arosc");
15 return 0;