Claim to have a POSIX shell and utilities.
We pretty much do these days. And apparently some GNU tools turn on obsolete backwards-compatible behaviors otherwise. Bug: http://b/63145226 Test: builds Change-Id: I9a8af860768cc2c10548f172d1e8b4fba3e5115b
This commit is contained in:
parent
f45bc14d54
commit
964564d290
|
@ -138,8 +138,8 @@
|
||||||
|
|
||||||
#define HOST_NAME_MAX _POSIX_HOST_NAME_MAX
|
#define HOST_NAME_MAX _POSIX_HOST_NAME_MAX
|
||||||
|
|
||||||
#define _POSIX_VERSION 200809L /* Posix C language bindings version */
|
#define _POSIX_VERSION 200809L
|
||||||
#define _POSIX2_VERSION -1 /* we don't support Posix command-line tools */
|
#define _POSIX2_VERSION _POSIX_VERSION
|
||||||
#define _XOPEN_VERSION 700 /* by Posix definition */
|
#define _XOPEN_VERSION 700 /* by Posix definition */
|
||||||
|
|
||||||
/* >= _POSIX_THREAD_DESTRUCTOR_ITERATIONS */
|
/* >= _POSIX_THREAD_DESTRUCTOR_ITERATIONS */
|
||||||
|
|
Loading…
Reference in New Issue