repo.or.cz
/
mascara-docs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
* tiny
[mascara-docs.git]
/
compilers
/
bcc
/
linux86-0.16.17
/
libc
/
include
/
bsd
/
errno.h
blob
c2d464e0d1ce5a8448c3aa9aad93adb9b53841a8
1
/* make sure EWOULDBLOCK doesn't screw us up */
2
#ifndef _BSD_ERRNO_H
3
#define _BSD_ERRNO_H
4
5
#include_next <errno.h>
6
#undef EWOULDBLOCK
7
#define EWOULDBLOCK EAGAIN
8
9
#endif
/* _BSD_ERRNO_H */