define __KERNEL_STRICT_NAMES to avoid inclusion of kernel types on systems that carry...
[cake.git] / compiler / clib / getgroups.c
blob081d068d7f65250cea5f574a508d0578f9b5efb5
1 /*
2 Copyright © 2004, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/debug.h>
8 /*****************************************************************************
10 NAME */
12 #include <unistd.h>
14 int getgroups(
16 /* SYNOPSIS */
17 int gidsetlen,
18 gid_t *gidset)
20 /* FUNCTION
22 INPUTS
24 RESULT
26 NOTES
27 Not implemented.
29 EXAMPLE
31 BUGS
33 SEE ALSO
35 INTERNALS
37 ******************************************************************************/
39 # warning Implement getgroups()
40 AROS_FUNCTION_NOT_IMPLEMENTED("arosc");
42 return 0;