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

On linux do not prototype strdup()

This commit is contained in:
Peter Howkins 2012-03-11 16:16:00 +00:00
parent b2b6d0d386
commit 034813b328

View file

@ -49,7 +49,9 @@
#define SVR4
#endif
#if !defined(linux)
extern char * strdup(const char *);
#endif
extern char *
_DtCmGetPrefix(char *str, char sep)