common/osdep: Properly define _POSIX_C_SOURCE on non-Windows
commit95937300ab4a7f9c80f5c491e501460185332b22
authorDerek Buitenhuis <derek.buitenhuis@gmail.com>
Mon, 30 Mar 2015 19:02:12 +0000 (30 15:02 -0400)
committerYusuke Nakamura <muken.the.vfrmaniac@gmail.com>
Wed, 1 Apr 2015 09:52:57 +0000 (1 18:52 +0900)
tree6616a5ae13c570e1cd2524ac13ef01e56c77bcad
parentab3e12b4bda8fc1ecd9edcd9fd36f159cf3fed0b
common/osdep: Properly define _POSIX_C_SOURCE on non-Windows

This is required for stricter libc implementations such as musl,
which do not expose fseeko and ftello by default, in order to
strictly follow the spec.

Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
common/osdep.h