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( GNU_TYPES_CHECK )
13#if !defined(_GCC_PTRDIFF_T)
14#define _GCC_PTRDIFF_T
15typedef __PTRDIFF_TYPE__ ptrdiff_t;
16#endif
17 /* long int */
18#if !defined(_GCC_SIZE_T)
19#define _GCC_SIZE_T
20typedef __SIZE_TYPE__ size_t;
21#endif
22 /* uint_t */
23#ifndef __cplusplus
24#if !defined(_GCC_WCHAR_T) && ! defined(__cplusplus)
25#define _GCC_WCHAR_T
26typedef __WCHAR_TYPE__ wchar_t;
27#endif
28
29#endif /* ushort_t */
30#endif  /* GNU_TYPES_CHECK */
31