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:
parent
b2b6d0d386
commit
034813b328
1 changed files with 2 additions and 0 deletions
|
@ -49,7 +49,9 @@
|
|||
#define SVR4
|
||||
#endif
|
||||
|
||||
#if !defined(linux)
|
||||
extern char * strdup(const char *);
|
||||
#endif
|
||||
|
||||
extern char *
|
||||
_DtCmGetPrefix(char *str, char sep)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue