Revert "Revert "Disabled STLPort built into NDK in favor of my own STLPort, disabled cin/cout/cerr in my STLPort""
STLPort inside NDK R5 crashes when accessing stdout the smae way as mine built-in STLPort, but I have the possibility to change my own STLPort sources
This reverts commit 4a02eeeded.
This commit is contained in:
@@ -373,7 +373,7 @@ char * _STLP_CALL __write_formatted_time(char* buf, size_t buf_size, char format
|
||||
break;
|
||||
{
|
||||
int diff;
|
||||
# if defined (__USE_BSD) || defined (__BEOS__)
|
||||
# if defined (__USE_BSD) || defined (__BEOS__) || defined(__ANDROID__)
|
||||
diff = t->tm_gmtoff;
|
||||
# else
|
||||
diff = t->__tm_gmtoff;
|
||||
|
||||
Reference in New Issue
Block a user