#ifndef __GBLIBC_SYS_TYPES_H #define __GBLIBC_SYS_TYPES_H #include #ifdef __cplusplus extern "C" { #endif typedef int pid_t; #ifdef __cplusplus } #endif #endif