Added setting position while duplicating file handles with FMF_WRITE mode. It's neede...
[cake.git] / compiler / clib / getgroups.c
blob7aefbd51968c1f5714c29a42a028442b73b2712a
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 getgroups(int gidsetlen, gid_t *gidset)
12 # warning Implement getgroups()
13 AROS_FUNCTION_NOT_IMPLEMENTED("arosc");
15 return 0;