mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Made the size_t declaration compatible with GCC.
This commit is contained in:
parent
66c411b43a
commit
91015a2ea7
1 changed files with 3 additions and 0 deletions
|
@ -1,4 +1,7 @@
|
|||
#ifndef _SIZE_T_DECL
|
||||
#ifndef _SIZE_T_DECLARED /* Compabillity with gcc */
|
||||
#define _SIZE_T_DECL
|
||||
#define _SIZE_T_DECLARED
|
||||
typedef __size_t size_t;
|
||||
#endif
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue