Merge branch 'patch-1' into 'master'
Change LONG_BIT definition, fixes #148 Closes #148 See merge request redox-os/relibc!198
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
#define INT_MIN (-INT_MAX - 1)
|
||||
#define LLONG_MAX __LONG_LONG_MAX__
|
||||
#define LLONG_MIN (-LLONG_MAX - 1)
|
||||
#define LONG_BIT __LONG_BIT__
|
||||
#define LONG_BIT __LONG_WIDTH__
|
||||
#define LONG_MAX __LONG_MAX__
|
||||
#define LONG_MIN (-LONG_MAX - 1)
|
||||
#define SCHAR_MAX __SCHAR_MAX__
|
||||
|
||||
Reference in New Issue
Block a user