mirror of
git://git.code.sf.net/p/cdesktopenv/code
synced 2025-03-09 15:50:02 +00:00
On Linux do not re prototype strdup()
This commit is contained in:
parent
56683a700b
commit
2d1fd47470
1 changed files with 2 additions and 0 deletions
|
@ -871,9 +871,11 @@ extern LLIST *sort_llist (LLIST *list_header);
|
||||||
extern char *teskey_parser (PARG *parg);
|
extern char *teskey_parser (PARG *parg);
|
||||||
extern DtSrObjdate
|
extern DtSrObjdate
|
||||||
tm2objdate (struct tm *tmptr);
|
tm2objdate (struct tm *tmptr);
|
||||||
|
#if !defined(linux)
|
||||||
#ifndef _ALL_SOURCE
|
#ifndef _ALL_SOURCE
|
||||||
extern char *strdup (const char *s);
|
extern char *strdup (const char *s);
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
extern void toggle_insert (void);
|
extern void toggle_insert (void);
|
||||||
extern void unload_custom_language (DBLK *dblk);
|
extern void unload_custom_language (DBLK *dblk);
|
||||||
extern void unload_language (DBLK *dblk);
|
extern void unload_language (DBLK *dblk);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue