Home | History | Annotate | Line # | Download | only in sys
      1 /*  DO NOT EDIT THIS FILE.
      2 
      3     It has been auto-edited by fixincludes from:
      4 
      5 	"fixinc/tests/inc/sys/mman.h"
      6 
      7     This had to be done to correct non-standard usages in the
      8     original, manufacturer supplied header file.  */
      9 
     10 #ifndef FIXINC_WRAP_SYS_MMAN_H_CXX_UNREADY
     11 #define FIXINC_WRAP_SYS_MMAN_H_CXX_UNREADY 1
     12 
     13 #ifdef __cplusplus
     14 extern "C" {
     15 #endif
     16 
     17 
     18 #if defined( CXX_UNREADY_CHECK )
     19 extern void* malloc( size_t );
     20 #endif  /* CXX_UNREADY_CHECK */
     21 #ifdef __cplusplus
     22 }
     23 #endif
     24 
     25 #endif  /* FIXINC_WRAP_SYS_MMAN_H_CXX_UNREADY */
     26