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 re prototype strdup()

This commit is contained in:
Peter Howkins 2012-03-11 17:33:41 +00:00
parent 56683a700b
commit 2d1fd47470

View file

@ -871,9 +871,11 @@ extern LLIST *sort_llist (LLIST *list_header);
extern char *teskey_parser (PARG *parg);
extern DtSrObjdate
tm2objdate (struct tm *tmptr);
#if !defined(linux)
#ifndef _ALL_SOURCE
extern char *strdup (const char *s);
#endif
#endif
extern void toggle_insert (void);
extern void unload_custom_language (DBLK *dblk);
extern void unload_language (DBLK *dblk);