aboutsummaryrefslogtreecommitdiff
path: root/test/Modules/Inputs/libc-libcxx/sysroot/usr/include/sys/_types/_ptrdiff_t.h
blob: d14110e4644cfd05228e368a058876b7651da674 (plain) (blame)
1
2
3
4
#ifndef _PTRDIFF_T
#define _PTRDIFF_T
typedef int * ptrdiff_t;
#endif /* _PTRDIFF_T */