ObjFW  Hex Artifact Content

Artifact c5e7dd679b8343fa877a6ceef98a9b67188aada3ce479108cd67176916f22f8f:

Manifest of check-in [c5e7dd679b] - Work around Android bugs.

Includes:
* Check environ against NULL before using it, since Android sets it to
NULL.
* Cast st_size of struct stat to off_t. Android uses long long for
st_size as its off_t is only 32 bit, but st_size should be off_t
according to POSIX.
* Android's strtod() does not accept 0x, as specified by C99. Thus,
the test is disabled if __ANDROID__ is defined. by js on 2013-09-17 16:12:37.


A hex dump of this file is not available. Please download the raw binary file and generate a hex dump yourself.