Remove useless stuff from "AndroidConfig.h".
The futex wrappers and memcmp16 are no longer available to anyone. No one was checking for the existence of the SA_NOCLDWAIT constant, and even if they wanted to, they could just check directly. Change-Id: If8ac6c2617b76b23a2450f58fc03453f7f82a61f
This commit is contained in:
@@ -242,11 +242,6 @@
|
||||
*/
|
||||
#define MINCORE_POINTER_TYPE unsigned char *
|
||||
|
||||
/*
|
||||
* Do we have the sigaction flag SA_NOCLDWAIT?
|
||||
*/
|
||||
#define HAVE_SA_NOCLDWAIT
|
||||
|
||||
/*
|
||||
* The default path separator for the platform
|
||||
*/
|
||||
|
Reference in New Issue
Block a user