Skip to content

Commit

Permalink
Fix strdup
Browse files Browse the repository at this point in the history
  • Loading branch information
siana committed Sep 8, 2012
1 parent 6409155 commit 59d73a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dmalloc.h.3
Expand Up @@ -459,6 +459,7 @@ DMALLOC_PNT valloc(DMALLOC_SIZE size);
*
* string -> String we are duplicating.
*/
#undef strdup
extern
char *strdup(const char *string);
#endif /* ifndef DMALLOC_STRDUP_MACRO */
Expand Down

0 comments on commit 59d73a4

Please sign in to comment.