Add __unused, will be needed shortly.

This commit is contained in:
Nicholas Marriott 2015-11-18 14:37:08 +00:00
parent f8a1f8843c
commit 8b4b3ff4fc

View File

@ -21,6 +21,9 @@
#define __attribute__(a)
#endif
#ifndef __unused
#define __unused __attribute__ ((__unused__))
#endif
#ifndef __dead
#define __dead __attribute__ ((__noreturn__))
#endif