mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Set MB_CUR_MAX to 4.
This commit is contained in:
parent
fd5a850e48
commit
a90151e508
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ extern "C" {
|
||||||
/* TODO: This random interface is stupid. What should a good value be? */
|
/* TODO: This random interface is stupid. What should a good value be? */
|
||||||
#define RAND_MAX 32767
|
#define RAND_MAX 32767
|
||||||
|
|
||||||
#define MB_CUR_MAX 6
|
#define MB_CUR_MAX 4
|
||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue