summaryrefslogtreecommitdiffstats
path: root/sysroot/usr/include/sys/types.h
blob: 058c38ab0b0d14a5b3cb9aedbef58ab2ff1230ed (plain) (blame)
1
2
3
4
5
6
#ifndef _SYS_TYPES_H
#define _SYS_TYPES_H 1

typedef int pid_t;

#endif