1/*  DO NOT EDIT THIS FILE.
2
3    It has been auto-edited by fixincludes from:
4
5	"fixinc/tests/inc/sys/types.h"
6
7    This had to be done to correct non-standard usages in the
8    original, manufacturer supplied header file.  */
9
10
11
12#if defined( AIX_PHYSADR_T_CHECK )
13typedef struct __physadr_s { random stuff } *	physadr_t;
14#endif  /* AIX_PHYSADR_T_CHECK */
15
16
17#if defined( GNU_TYPES_CHECK )
18#if !defined(_GCC_PTRDIFF_T)
19#define _GCC_PTRDIFF_T
20typedef __PTRDIFF_TYPE__ ptrdiff_t;
21#endif
22 /* long int */
23#if !defined(_GCC_SIZE_T)
24#define _GCC_SIZE_T
25typedef __SIZE_TYPE__ size_t;
26#endif
27 /* uint_t */
28#ifndef __cplusplus
29#if !defined(_GCC_WCHAR_T) && ! defined(__cplusplus)
30#define _GCC_WCHAR_T
31typedef __WCHAR_TYPE__ wchar_t;
32#endif
33
34#endif /* ushort_t */
35#endif  /* GNU_TYPES_CHECK */
36