summaryrefslogtreecommitdiff
path: root/libc/include/bsd/errno.h
blob: c2d464e0d1ce5a8448c3aa9aad93adb9b53841a8 (plain)
1
2
3
4
5
6
7
8
9
/* make sure EWOULDBLOCK doesn't screw us up */
#ifndef _BSD_ERRNO_H
#define _BSD_ERRNO_H

#include_next <errno.h>
#undef EWOULDBLOCK
#define EWOULDBLOCK	EAGAIN

#endif /* _BSD_ERRNO_H */