1
0
Fork 0
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:
Jonas 'Sortie' Termansen 2012-01-08 01:59:22 +01:00
parent 8eebe18922
commit 809bedd32b

View file

@ -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