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
/
__stat.h
blob
496300c3d032579afacf7039385565bc0d996596
1
#ifndef ___STAT_H
2
#define ___STAT_H
3
4
/*
5
Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6
$Id$
7
8
Desc: stat() internals - header file
9
Lang: english
10
*/
11
12
#include <sys/stat.h>
13
#include <exec/types.h>
14
15
#include <dos/dos.h>
16
17
int
__stat
(
BPTR lock
,
struct
stat
*
sb
);
18
19
#endif