Added setting position while duplicating file handles with FMF_WRITE mode. It's neede...
[cake.git] / compiler / clib / endpwent.c
blob19d51abc182e6b2ee995723c1960ab24d33ab61d
1 /*
2 Copyright © 2004, The AROS Development Team. All rights reserved.
3 $Id$
4 */
6 #include <aros/debug.h>
8 #include <pwd.h>
10 void endpwent()
12 # warning Implement endpwent()
13 AROS_FUNCTION_NOT_IMPLEMENTED("arosc");
15 return;