Define _BSD_SOURCE for strdup and timerclear

Authored by heikobecker on Mar 8 2019, 3:34 PM.

Description

Define _BSD_SOURCE for strdup and timerclear

strdup is an extention to the C standard, timerclear originates from
the BSDs. GNU libc exposes both by default but musl libc requires a
feature flag to get them defined and thus fix libkcompactdisc's
build.

Details

Committed
heikobeckerMar 8 2019, 3:39 PM
Parents
R349:be0c18843c44: Include <strings.h> for strcasecmp
Branches
Unknown
Tags
Unknown