summaryrefslogtreecommitdiffstats
path: root/include/malloc.h
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2007-07-05 18:01:14 +0200
committerSascha Hauer <sha@octopus.labnet.pengutronix.de>2007-07-05 18:01:14 +0200
commit2622af9cdf305a19a328eab2900531da3dc3d54d (patch)
treea9fb6268e893b369aa2ff9d920cde6dc41fcab66 /include/malloc.h
parent6c1e36a9d12889d950362b672b4df9c8948bd8af (diff)
downloadbarebox-2622af9cdf305a19a328eab2900531da3dc3d54d.tar.gz
barebox-2622af9cdf305a19a328eab2900531da3dc3d54d.tar.xz
svn_rev_013
unifdef HAVE_USR_INCLUDE_MALLOC_H
Diffstat (limited to 'include/malloc.h')
-rw-r--r--include/malloc.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/malloc.h b/include/malloc.h
index 5e0a40350a..7decc71b70 100644
--- a/include/malloc.h
+++ b/include/malloc.h
@@ -580,9 +580,6 @@ do { \
/* #define HAVE_USR_INCLUDE_MALLOC_H */
-#if HAVE_USR_INCLUDE_MALLOC_H
-#include "/usr/include/malloc.h"
-#else
/* SVID2/XPG mallinfo structure */
@@ -606,7 +603,6 @@ struct mallinfo {
#define M_GRAIN 3 /* UNUSED in this malloc */
#define M_KEEP 4 /* UNUSED in this malloc */
-#endif
/* mallopt options that actually do something */