repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add a missing section header table index conversion
[tangerine.git]
/
compiler
/
clib
/
endgrent.c
blob
9550534352dbd9f5ed34ff7cf86aa559461cbca6
1
/*
2
Copyright © 2004, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#include <aros/debug.h>
7
8
#include <grp.h>
9
10
void
endgrent
()
11
{
12
# warning Implement endgrent()
13
AROS_FUNCTION_NOT_IMPLEMENTED
(
"arosc"
);
14
15
return
;
16
}