Fixed typo
This commit is contained in:
parent
de758867f8
commit
3c338b9a3f
|
@ -54,7 +54,7 @@
|
||||||
#define EDEADLK 45 /* DeadLock */
|
#define EDEADLK 45 /* DeadLock */
|
||||||
#endif /* __USG */
|
#endif /* __USG */
|
||||||
|
|
||||||
#if defined(__BDS4_2)
|
#if defined(__BSD4_2)
|
||||||
/* non-blocking and interrupt i/o */
|
/* non-blocking and interrupt i/o */
|
||||||
#define EWOULDBLOCK 35 /* Operation would block */
|
#define EWOULDBLOCK 35 /* Operation would block */
|
||||||
#define EINPROGRESS 36 /* Operation now in progress */
|
#define EINPROGRESS 36 /* Operation now in progress */
|
||||||
|
|
|
@ -54,7 +54,7 @@
|
||||||
#define EDEADLK 45 /* DeadLock */
|
#define EDEADLK 45 /* DeadLock */
|
||||||
#endif /* __USG */
|
#endif /* __USG */
|
||||||
|
|
||||||
#if defined(__BDS4_2)
|
#if defined(__BSD4_2)
|
||||||
/* non-blocking and interrupt i/o */
|
/* non-blocking and interrupt i/o */
|
||||||
#define EWOULDBLOCK 35 /* Operation would block */
|
#define EWOULDBLOCK 35 /* Operation would block */
|
||||||
#define EINPROGRESS 36 /* Operation now in progress */
|
#define EINPROGRESS 36 /* Operation now in progress */
|
||||||
|
|
Loading…
Reference in a new issue