mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Added a hacky definition of MB_CUR_MAX.
This commit is contained in:
parent
4ad0d360da
commit
d033a58b10
1 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,9 @@ __BEGIN_DECLS
|
||||||
/* 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
|
||||||
|
|
||||||
/* TODO: MB_CUR_MAX is missing here */
|
/* TODO: This is just a value. It's not a compile time constant! */
|
||||||
|
#define MB_CUR_MAX 16
|
||||||
|
|
||||||
/* TODO: div_t, ldiv_t, and lldiv_t is missing here */
|
/* TODO: div_t, ldiv_t, and lldiv_t is missing here */
|
||||||
typedef int div_t, ldiv_t, lldiv_t;
|
typedef int div_t, ldiv_t, lldiv_t;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue