Add __pure2 attribute to features.h.

This commit is contained in:
Jonas 'Sortie' Termansen 2013-03-08 18:16:36 +01:00
parent 79a49b2015
commit 694f043bea
1 changed files with 2 additions and 0 deletions

View File

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