diff options
author | Björn Gustavsson <[email protected]> | 2011-10-11 13:51:44 +0200 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2011-10-11 13:51:44 +0200 |
commit | 2dffccb293bb2bb6a9be3424240eb9b0e362a987 (patch) | |
tree | 7be29509bcedc504641dba93a587352bae24d591 /erts/emulator/sys | |
parent | 6ca6dd3c670fb8185ebb9a20c2a731a7375c1cac (diff) | |
parent | c250fb907317bffbc17f7c3d962fa083d124f444 (diff) | |
download | otp-2dffccb293bb2bb6a9be3424240eb9b0e362a987.tar.gz otp-2dffccb293bb2bb6a9be3424240eb9b0e362a987.tar.bz2 otp-2dffccb293bb2bb6a9be3424240eb9b0e362a987.zip |
Merge branch 'bjorn/some-configure-clean-ups'
* bjorn/some-configure-clean-ups:
erts/configure.in: Remove test for reversed setvbuf() arguments
erts/configure.in: Remove broken support for System V
erts/configure.in: Don't check for the presence of mach-o/dyld.h
erts/configure.in: Remove useless --disable-fixalloc option
Diffstat (limited to 'erts/emulator/sys')
-rw-r--r-- | erts/emulator/sys/vxworks/sys.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/erts/emulator/sys/vxworks/sys.c b/erts/emulator/sys/vxworks/sys.c index c6e7b65f32..a59e4ec26a 100644 --- a/erts/emulator/sys/vxworks/sys.c +++ b/erts/emulator/sys/vxworks/sys.c @@ -2025,9 +2025,6 @@ int erl_memory_show(int p0, int p1, int p2, int p3, int p4, int p5, erts_printf("The memory block used by elib is save_malloc'ed " "at 0x%08x.\n", (unsigned int) alloc_pool_ptr); } -#ifdef NO_FIX_ALLOC - erts_printf("Fix_alloc is disabled in this build\n"); -#endif erts_printf("Statistics from elib_malloc:\n"); ELIB_LOCK; |