* include/endian.h: Move everything into this file and define things more like

linux.
* include/cygwin/types.h: Include endian.h.
* include/sys/dirent.h: Define DT_* types and conversion macros.
* pinfo.cc (pinfo::init): Remove special handling for PID_ALLPIDS and execed
code, even though it probably still isn't quite right.
This commit is contained in:
Christopher Faylor
2005-08-06 23:00:06 +00:00
parent 2041777dee
commit 244f5a27a6
5 changed files with 61 additions and 6 deletions

View File

@ -19,6 +19,7 @@ extern "C"
#include <sys/sysmacros.h>
#include <stdint.h>
#include <endian.h>
#ifndef __timespec_t_defined
#define __timespec_t_defined