OSDN Git Service

Support musl libc that does not define __GLIBC__ macro.
authorrelan <relan@users.noreply.github.com>
Mon, 27 Jul 2015 18:41:20 +0000 (21:41 +0300)
committerrelan <relan@users.noreply.github.com>
Mon, 24 Aug 2015 05:43:32 +0000 (08:43 +0300)
commitbb48a42dc7709272af7904a3d8841c7f7c9124dd
tree4dbc43cd3b65fd10afed4189ea9f590a08e3ab8c
parentfcba4d92e7a78feb263f8ee0374ec5277341cdd3
Support musl libc that does not define __GLIBC__ macro.

Looks like all libc implementations that support Linux (glibc,
uClibc(-ng), musl and even Bionic) provide the requred defines.
Consider Linux as a single platform.

Signed-off-by: Brendan Heading <brendanheading@gmail.com>
libexfat/platform.h