#ifndef __GBLIBC_SYS_TYPES_H #define __GBLIBC_SYS_TYPES_H #include <stdint.h> #ifdef __cplusplus extern "C" { #endif typedef int pid_t; #ifdef __cplusplus } #endif #endif