* tiny
[mascara-docs.git] / compilers / bcc / linux86-0.16.17 / libc / include / bsd / errno.h
blobc2d464e0d1ce5a8448c3aa9aad93adb9b53841a8
1 /* make sure EWOULDBLOCK doesn't screw us up */
2 #ifndef _BSD_ERRNO_H
3 #define _BSD_ERRNO_H
5 #include_next <errno.h>
6 #undef EWOULDBLOCK
7 #define EWOULDBLOCK EAGAIN
9 #endif /* _BSD_ERRNO_H */