Merge branch 'fix-USHRT_MAX' into 'master'
fix: USHRT_MAX is too large See merge request redox-os/relibc!618
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#define UINT_MAX 0xffffffff
|
||||
#define ULLONG_MAX 0xffffffffffffffff
|
||||
#define ULONG_MAX 0xffffffffffffffff
|
||||
#define USHRT_MAX 0xffffffffffffffff
|
||||
#define USHRT_MAX 0xffff
|
||||
#define WORD_BIT 32
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user