repo.or.cz
/
newlib-cygwin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cygwin: mmap: allow remapping part of an existing anonymous mapping
[newlib-cygwin.git]
/
newlib
/
libc
/
include
/
errno.h
blob
7cc2ca86f84a6f0931c86640231ab65ca3bf2796
1
#ifndef __ERRNO_H__
2
#define __ERRNO_H__
3
4
#ifndef __error_t_defined
5
typedef
int
error_t
;
6
#define __error_t_defined 1
7
#endif
8
9
#include <sys/errno.h>
10
11
#endif
/* !__ERRNO_H__ */