1
0
Fork 0
mirror of https://gitlab.com/sortix/sortix.git synced 2023-02-13 20:55:38 -05:00

Only define the restrict macro if it hasn't already been.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-02-21 12:00:57 +01:00
parent 7b21a9eabd
commit 7098317c09

View file

@ -59,7 +59,9 @@
#endif
#endif
#ifndef restrict
#define restrict
#endif
/* TODO: Improve these declarations, perhaps like they are in glibc. */
#define __POSIX_NO_OBSOLETE