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