On Linux do not re prototype strdup()
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user