Enable build for different c libraries

The open_memstream.c was using GLIBC macro definition to test if the
library is building on a Linux box. This makes impossible to build
tinycbor against other C libraries, as musl for example.

Signed-off-by: Ricardo Crudo <ricardo.crudo@gmail.com>
1 file changed