use same location as .configured, etc, to store .files-touched
[AROS.git] / compiler / clib / endgrent.c
blob54fe5ea9dbff3cd3e0e372e4c46ac16318c59b20
1 /*
2 Copyright © 2004, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/debug.h>
8 /*****************************************************************************
10 NAME */
11 #include <grp.h>
13 void endgrent(
15 /* SYNOPSIS */
16 void)
18 /* FUNCTION
20 INPUTS
22 RESULT
24 NOTES
25 Not implemented.
27 EXAMPLE
29 BUGS
31 SEE ALSO
33 INTERNALS
35 ******************************************************************************/
37 /* FIXME: Implement endgrent() */
38 AROS_FUNCTION_NOT_IMPLEMENTED("arosc");
40 return;