Add __pure2 dummy macro

This commit is contained in:
Guillem Jover 2009-07-17 13:35:37 +02:00
parent 8ef0ecdf44
commit 33ef70b9e1

View File

@ -37,6 +37,10 @@
# define __dead2
#endif
#ifndef __pure2
# define __pure2
#endif
/* Linux headers define a struct with a member names __unused.
* Disable for now. */
#if 0