tools/adflib: build only host variant which is used by Sam440 target
[AROS.git] / compiler / posixc / __usergrp.h
blob2f8a0d0f9098dc2661909c51eaeea5517c22a9f8
1 #ifndef ___USERGRP_H
2 #define ___USERGRP_H
4 /*
5 Copyright © 2016, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include <pwd.h>
11 void __fill_passwd(struct passwd *);
13 #endif /* ___USERGRP_H */