use same location as .configured, etc, to store .files-touched
[AROS.git] / compiler / clib / setgrent.c
blob1ac981546fbace921112ffdfbdacf7ab45f9e5a8
1 /*
2 Copyright © 2004, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/debug.h>
8 /*****************************************************************************
10 NAME */
12 #include <grp.h>
14 void setgrent(
16 /* SYNOPSIS */
17 void)
19 /* FUNCTION
21 INPUTS
23 RESULT
25 NOTES
26 Not implemented.
28 EXAMPLE
30 BUGS
32 SEE ALSO
34 INTERNALS
36 ******************************************************************************/
38 /* Implement setgrent() */
39 AROS_FUNCTION_NOT_IMPLEMENTED("arosc");
41 return;