RetroArch
pte_types.h
Go to the documentation of this file.
1 /* pte_types.h */
2 
3 #ifndef PTE_TYPES_H
4 #define PTE_TYPES_H
5 
6 #include <errno.h>
7 #include <sys/types.h>
8 #include <sys/timeb.h>
9 
10 typedef int pid_t;
11 
12 #endif /* PTE_TYPES_H */
int pid_t
Definition: pte_types.h:10