diff --git a/include/_tail_cc/sys/errno.h b/include/_tail_cc/sys/errno.h index 61186d970..919523699 100644 --- a/include/_tail_cc/sys/errno.h +++ b/include/_tail_cc/sys/errno.h @@ -54,7 +54,7 @@ #define EDEADLK 45 /* DeadLock */ #endif /* __USG */ -#if defined(__BDS4_2) +#if defined(__BSD4_2) /* non-blocking and interrupt i/o */ #define EWOULDBLOCK 35 /* Operation would block */ #define EINPROGRESS 36 /* Operation now in progress */ diff --git a/lang/cem/libcc.ansi/headers/sys/errno.h b/lang/cem/libcc.ansi/headers/sys/errno.h index 61186d970..919523699 100644 --- a/lang/cem/libcc.ansi/headers/sys/errno.h +++ b/lang/cem/libcc.ansi/headers/sys/errno.h @@ -54,7 +54,7 @@ #define EDEADLK 45 /* DeadLock */ #endif /* __USG */ -#if defined(__BDS4_2) +#if defined(__BSD4_2) /* non-blocking and interrupt i/o */ #define EWOULDBLOCK 35 /* Operation would block */ #define EINPROGRESS 36 /* Operation now in progress */