* 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:
@ -19,6 +19,7 @@ extern "C"
|
||||
|
||||
#include <sys/sysmacros.h>
|
||||
#include <stdint.h>
|
||||
#include <endian.h>
|
||||
|
||||
#ifndef __timespec_t_defined
|
||||
#define __timespec_t_defined
|
||||
|
Reference in New Issue
Block a user