BarryServer : Git

All the code for all my projects
// BarryServer : Git / OrionLibC / blob / 11f4683b13d097219efe4887820b96d54ffee02c / include / sys / types.h

// Related

OrionLibC

Barry Updating libc for pipes and signals ad9b6af (2 years, 2 months ago)
#ifndef _SYS_TYPES_H
#define _SYS_TYPES_H

typedef int pid_t;
typedef unsigned short uid_t;
typedef unsigned short gid_t;
typedef unsigned int dev_t;
typedef int ino_t;
typedef int off_t;
typedef int mode_t;
typedef int nlink_t;
typedef int refcount_t;
typedef unsigned int time_t;
typedef unsigned int suseconds_t;

#endif