- Made pciuhci.device and pciehci.device compile again: completed
[AROS.git] / compiler / clib / endpwent.c
bloba51d453582e6b7499f3818ab7e4848c904ffeb6e
1 /*
2 Copyright © 2004, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/debug.h>
8 /*****************************************************************************
10 NAME */
11 #include <pwd.h>
13 /* SYNOPSIS */
14 void endpwent(
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 /* FIXME: Implement endpwent() */
39 AROS_FUNCTION_NOT_IMPLEMENTED("arosc");
41 return;