Do not redefine strdup() on Linux

This commit is contained in:
Peter Howkins
2012-03-12 16:03:06 +00:00
parent 88cc514fbd
commit 5949e1c410

View File

@@ -66,7 +66,9 @@
extern "C" {
#endif
#if !defined(linux)
extern char *strdup(const char *);
#endif
#ifdef __cplusplus
} /*extern "C" */