On linux do not prototype strdup()
This commit is contained in:
@@ -49,7 +49,9 @@
|
|||||||
#define SVR4
|
#define SVR4
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if !defined(linux)
|
||||||
extern char * strdup(const char *);
|
extern char * strdup(const char *);
|
||||||
|
#endif
|
||||||
|
|
||||||
extern char *
|
extern char *
|
||||||
_DtCmGetPrefix(char *str, char sep)
|
_DtCmGetPrefix(char *str, char sep)
|
||||||
|
|||||||
Reference in New Issue
Block a user