|
|
@ -50,9 +50,12 @@ |
|
|
|
#ifdef __PNACL |
|
|
|
//#define FD_CLOEXEC 1
|
|
|
|
|
|
|
|
void PNACL_message(const char* format, ...); |
|
|
|
#include <glibc-compat/sys/uio.h> |
|
|
|
#include <glibc-compat/sys/un.h> |
|
|
|
#define PNACL_message printf |
|
|
|
//void PNACL_message(const char* format, ...);
|
|
|
|
#include <sys/uio.h> |
|
|
|
#include <sys/un.h> |
|
|
|
//#include <glibc-compat/sys/uio.h>
|
|
|
|
//#include <glibc-compat/sys/un.h>
|
|
|
|
#else |
|
|
|
#if !defined(WIN32) |
|
|
|
//#define NN_ENABLE_EXTRA 1
|
|
|
|