diff options
Diffstat (limited to 'usr/src/lib/libumem/common/malloc.c')
-rw-r--r-- | usr/src/lib/libumem/common/malloc.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/src/lib/libumem/common/malloc.c b/usr/src/lib/libumem/common/malloc.c index a309455cdd..906f369d29 100644 --- a/usr/src/lib/libumem/common/malloc.c +++ b/usr/src/lib/libumem/common/malloc.c @@ -26,10 +26,6 @@ #pragma ident "%Z%%M% %I% %E% SMI" -#if !defined(UMEM_STANDALONE) -#include "c_synonyms.h" -#endif - #include <unistd.h> #include <errno.h> #include <string.h> |