summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/sys/types.h b/sys/sys/types.h
index 1369a96..b28481d 100644
--- a/sys/sys/types.h
+++ b/sys/sys/types.h
@@ -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
OpenPOWER on IntegriCloud