projects
/
platform
/
upstream
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e339351
)
This declaration no longer needs to hide when using dmalloc
author
Eric Andersen
<andersen@codepoet.org>
Mon, 7 Jul 2003 06:10:31 +0000
(06:10 -0000)
committer
Eric Andersen
<andersen@codepoet.org>
Mon, 7 Jul 2003 06:10:31 +0000
(06:10 -0000)
include/libbb.h
patch
|
blob
|
history
diff --git
a/include/libbb.h
b/include/libbb.h
index
edb8a6e
..
e43c4f5
100644
(file)
--- a/
include/libbb.h
+++ b/
include/libbb.h
@@
-197,8
+197,8
@@
void run_applet_by_name(const char *name, int argc, char **argv);
extern void *xmalloc (size_t size);
extern void *xrealloc(void *old, size_t size);
extern void *xcalloc(size_t nmemb, size_t size);
-extern char *bb_xstrdup (const char *s);
#endif
+extern char *bb_xstrdup (const char *s);
extern char *bb_xstrndup (const char *s, int n);
extern char * safe_strncpy(char *dst, const char *src, size_t size);