mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
Do not re-prototype strdup()
This commit is contained in:
parent
94eb7100d3
commit
b985680de6
1 changed files with 2 additions and 0 deletions
|
@ -67,7 +67,9 @@ struct strtab_build {
|
||||||
|
|
||||||
static void inc_it (int * a, int * b, unsigned char * key);
|
static void inc_it (int * a, int * b, unsigned char * key);
|
||||||
static void build_it(int a, struct strtab_build * ptr, unsigned char * key);
|
static void build_it(int a, struct strtab_build * ptr, unsigned char * key);
|
||||||
|
#if !defined(linux)
|
||||||
extern char * strdup(const char *);
|
extern char * strdup(const char *);
|
||||||
|
#endif
|
||||||
typedef int (*des_func)(void *);
|
typedef int (*des_func)(void *);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue