diff options
author | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-07-04 20:33:03 +0530 |
---|---|---|
committer | Siddhesh Poyarekar <siddhesh@redhat.com> | 2013-07-04 20:33:03 +0530 |
commit | 52dfbe137e41f2da1f5584f6dd9ea89589c71228 (patch) | |
tree | efed78bd12e34d5c0eef9013a03ea11f9601a8d7 /INSTALL | |
parent | 3f16954315aa4da11eb33306395d28913b11fc32 (diff) | |
download | glibc-52dfbe137e41f2da1f5584f6dd9ea89589c71228.tar.gz glibc-52dfbe137e41f2da1f5584f6dd9ea89589c71228.tar.xz glibc-52dfbe137e41f2da1f5584f6dd9ea89589c71228.zip |
Fix lock elision help text in INSTALL and configure
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL b/INSTALL index f1b498a14e..721a7fc10c 100644 --- a/INSTALL +++ b/INSTALL @@ -134,7 +134,7 @@ will be used, and CFLAGS sets optimization options for the compiler. dynamic tests so that they can be invoked directly. `--enable-lock-elision=yes' - Enable lock elision for pthread mutexes and rwlocks by default. + Enable lock elision for pthread mutexes by default. `--build=BUILD-SYSTEM' `--host=HOST-SYSTEM' |