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
typo
[AROS.git]
/
compiler
/
posixc
/
sync.c
blob
438553c409481c30226184639d558d5b6c2a6041
1
/*
2
Copyright © 1995-2014, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
/* FIXME: add autodoc */
7
void
sync
()
8
{
9
/* TODO: Implement sync() */
10
}