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
make.tmpl: add missing compiler attribute to build_progs
[AROS.git]
/
arch
/
all-unix
/
hidd
/
serial
/
unix_funcs.h
blob
cd3630cabfa67cfbeb8c83e0d04ba33633c08fc6
1
/*
2
Copyright © 1995-2001, The AROS Development Team. All rights reserved.
3
$Id$
4
*/
5
6
#ifndef UNIX_FUNCS_H
7
#define UNIX_FUNCS_H
8
9
#include <sys/types.h>
10
#include <sys/stat.h>
11
#include <fcntl.h>
12
13
#endif