id_t
typedef __id_t id_t; /* can hold a uid_t or pid_t */
typedef int id_t; /* A process id, */
typedef long id_t;
typedef int id_t;
typedef long id_t; /* (historical version) */