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
Use the detected no-builtin flag. (NicJA)
[AROS.git]
/
compiler
/
posixc
/
__usergrp.h
blob
0454f65585d433d0b0866e27934b06520562d1ce
1
#ifndef ___USERGRP_H
2
#define ___USERGRP_H
3
4
/*
5
Copyright © 2016-2017, The AROS Development Team. All rights reserved.
6
$Id$
7
*/
8
9
#include <pwd.h>
10
11
void
__fill_passwd
(
struct
passwd
*,
uid_t
);
12
13
#endif
/* ___USERGRP_H */