add #define __NESTEDVM__ to sys/config.h
[nestedvm.git] / upstream / patches / newlib-nestedvm-define.patch
1 --- newlib/libc/include/sys/config.h    2009-01-03 17:00:12.000000000 -0800
2 +++ newlib/libc/include/sys/config.h    2009-01-03 16:59:48.000000000 -0800
3 @@ -3,6 +3,10 @@
4  
5  #include <machine/ieeefp.h>  /* floating point macros */
6  
7 +#ifndef __NESTEDVM__
8 +#define __NESTEDVM__
9 +#endif
10 +
11  /* exceptions first */
12  #if defined(__H8500__) || defined(__W65__)
13  #define __SMALL_BITFIELDS