1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-03-09 15:50:02 +00:00

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" */