Do not redefine strdup() on Linux
This commit is contained in:
@@ -66,7 +66,9 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#if !defined(linux)
|
||||
extern char *strdup(const char *);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
} /*extern "C" */
|
||||
|
||||
Reference in New Issue
Block a user