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