repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/adflib: build only host variant which is used by Sam440 target
[AROS.git]
/
compiler
/
posixc
/
__usergrp.h
blob
2f8a0d0f9098dc2661909c51eaeea5517c22a9f8
1
#ifndef ___USERGRP_H
2
#define ___USERGRP_H
3
4
/*
5
Copyright © 2016, The AROS Development Team. All rights reserved.
6
$Id$
7
*/
8
9
#include <pwd.h>
10
11
void
__fill_passwd
(
struct
passwd
*);
12
13
#endif
/* ___USERGRP_H */