You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-libs/dmalloc/files/dmalloc-5.5.2-string-macros...

19 lines
367 B

--- a/dmalloc.h.3
+++ b/dmalloc.h.3
@@ -405,6 +405,7 @@
*
* string -> String we are duplicating.
*/
+#undef strdup
extern
char *strdup(const char *string);
#endif /* ifndef DMALLOC_STRDUP_MACRO */
@@ -429,6 +430,7 @@
*
* len -> Length of the string to duplicate.
*/
+#undef strndup
extern
char *strndup(const char *string, const DMALLOC_SIZE len);