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
alsa.audio: move handling of XRUN when writting to the slave task
[AROS.git]
/
rom
/
filesys
/
SFS
/
FS
/
sysdep.h
blob
91eaaa3e9e42f9713af3fe2e300b2929c1a11369
1
#ifdef __AROS__
2
3
#define SQRT sqrt
4
5
/* There's no more difference in FIB handling between IOFS and packet versions
6
#ifdef AROS_KERNEL */
7
#ifdef AROS_FAST_BSTR
8
#define USE_FAST_BSTR
9
#endif
10
/*#endif */
11
12
#endif
13
14
#ifdef __GNUC__
15
#define __saveds
16
#endif