Back out the "upgrading" of NBBY to unsigned, as it exposes
bugs elsewhere, and also is well understood as a signed quantity.
This commit is contained in:
parent
eccbb13cb5
commit
385fedb640
@ -171,7 +171,7 @@ typedef _BSD_TIMER_T_ timer_t;
|
||||
#endif
|
||||
|
||||
#ifndef _POSIX_SOURCE
|
||||
#define NBBY 8U /* number of bits in a byte */
|
||||
#define NBBY 8 /* number of bits in a byte */
|
||||
|
||||
/*
|
||||
* Select uses bit masks of file descriptors in longs. These macros
|
||||
|
Loading…
Reference in New Issue
Block a user