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
Don't try to setup and use X11 shared memory if
[tangerine.git]
/
compiler
/
clib
/
include
/
ioerr2errno.h
blob
ea53569848f9685e22ee693841a280063a77dc5a
1
/*
2
Copyright © 1995-2002, The AROS Development Team. All rights reserved.
3
4
$Id$
5
*/
6
7
#ifndef _IOERR2ERRNO_H
8
#define _IOERR2ERRNO_H
9
10
int
IoErr2errno
(
int
ioerr
);
11
12
#endif
/* _IOERR2ERRNO_H */