Subversion Repositories configs

Rev

Blame | Last modification | View Log | RSS feed


/* misc typedefs */

typedef int __locale_t;

typedef int int32_t;
typedef u_int uint32_t;
typedef uint32_t in_addr_t;

typedef int socklen_t;
typedef int size_t;

typedef void FILE;
typedef void DIR;
typedef long __off_t;
typedef void fpos_t;

typedef u_int __uid_t;
typedef u_int uid_t;
typedef u_int __gid_t;
typedef u_int gid_t;
typedef u_int __pid_t;
typedef u_int pid_t;
typedef u_int __mode_t;
typedef u_int mode_t;
typedef u_short __dev_t;
typedef u_short dev_t;