aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJason Evans <je@fb.com>2012-02-28 20:31:37 -0800
committerJason Evans <je@fb.com>2012-02-28 20:31:37 -0800
commitc90ad71237c05473bcb968beddebb0a487c36e75 (patch)
treeff0f28f722b71b9a17cf8881979915c327e3a226 /INSTALL
parentf081b88dfbce94c3c7c8faf0b0f91b117fbdfcc6 (diff)
downloadjemalloc-c90ad71237c05473bcb968beddebb0a487c36e75.tar.gz
Remove the sysv option.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL5
1 files changed, 0 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 0ddcacb..f9c8a36 100644
--- a/INSTALL
+++ b/INSTALL
@@ -108,11 +108,6 @@ any of the following arguments (not a definitive list) to 'configure':
errors, as is commonly implemented by "xmalloc" wrapper function for malloc.
See the "opt.xmalloc" option documentation for usage details.
---enable-sysv
- Enable support for System V semantics, wherein malloc(0) returns NULL
- rather than a minimal allocation. See the "opt.sysv" option documentation
- for usage details.
-
--enable-lazy-lock
Enable code that wraps pthread_create() to detect when an application
switches from single-threaded to multi-threaded mode, so that it can avoid