mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Add __pure2 attribute to features.h.
This commit is contained in:
parent
79a49b2015
commit
694f043bea
1 changed files with 2 additions and 0 deletions
|
@ -87,6 +87,8 @@
|
|||
#define __POSIX_OBSOLETE 200112L
|
||||
#endif
|
||||
|
||||
#define __pure2 __attribute__((__const__))
|
||||
|
||||
/* Don't provide things from standard headers that is not implemented. */
|
||||
/*#define __SORTIX_SHOW_UNIMPLEMENTED*/
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue