Revision 128ab2ff dyngen-exec.h

b/dyngen-exec.h
32 32
   host headers do not allow that. */
33 33
#include <stddef.h>
34 34

  
35
#ifdef __OpenBSD__
36
#include <sys/types.h>
37
#else
35 38
typedef unsigned char uint8_t;
36 39
typedef unsigned short uint16_t;
37 40
typedef unsigned int uint32_t;
......
61 64
typedef signed long long int64_t;
62 65
#endif
63 66
#endif
67
#endif
64 68

  
65 69
/* XXX: This may be wrong for 64-bit ILP32 hosts.  */
66 70
typedef void * host_reg_t;

Also available in: Unified diff