Added setting position while duplicating file handles with FMF_WRITE mode. It's neede...
[cake.git] / compiler / clib / chown.c
blob6f2c58e64f56369a9fe36e869669cf6b9a02ca50
1 /*
2 Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/debug.h>
8 #include <unistd.h>
10 int chown(const char *path, uid_t owner, gid_t group)
12 # warning Implement chown()
13 AROS_FUNCTION_NOT_IMPLEMENTED("arosc");
15 return 0;