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:
parent
7b21a9eabd
commit
7098317c09
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue