mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Just ignore the restrict keyword fully.
This commit is contained in:
parent
8eebe18922
commit
809bedd32b
1 changed files with 2 additions and 1 deletions
|
@ -29,12 +29,13 @@
|
|||
#ifdef __cplusplus
|
||||
#define __BEGIN_DECLS extern "C" {
|
||||
#define __END_DECLS }
|
||||
#define restrict
|
||||
#else
|
||||
#define __BEGIN_DECLS
|
||||
#define __END_DECLS
|
||||
#endif
|
||||
|
||||
#define restrict
|
||||
|
||||
#define __POSIX_NO_OBSOLETE
|
||||
|
||||
#ifdef __POSIX_NO_OBSOLETE
|
||||
|
|
Loading…
Reference in a new issue