Don't define __linux__ if it is already defined by the toolchain.
This change does not affect existing behavior at all and makes the file compatible with new toolchain. Change-Id: Ia33bb9372d1705ec538b414bf69773f093e4543c
This commit is contained in:
parent
eb31c0bdc0
commit
165db2a198
1 changed files with 2 additions and 0 deletions
|
|
@ -199,7 +199,9 @@
|
|||
/*
|
||||
* Add any extra platform-specific defines here.
|
||||
*/
|
||||
#ifndef __linux__
|
||||
#define __linux__
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Define if we have <malloc.h> header
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue