diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-11-06 17:08:48 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-11-06 17:08:48 +0000 |
commit | 8e635611c9fef3d78e7f24f34999e122e1017217 (patch) | |
tree | e4c7a00f433bc88250aae118e43a62ace943c6dd /sysdeps | |
parent | d0b2cbf837d6e45476a1300a1e6469233e6dd8ff (diff) | |
download | glibc-8e635611c9fef3d78e7f24f34999e122e1017217.tar.gz glibc-8e635611c9fef3d78e7f24f34999e122e1017217.tar.xz glibc-8e635611c9fef3d78e7f24f34999e122e1017217.zip |
* malloc/malloc.c (munmap_chunk): Add sanity checks.
* sysdeps/pthread/configure: Fix comment.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/pthread/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/pthread/configure b/sysdeps/pthread/configure index 229414dd74..e39d31138d 100644 --- a/sysdeps/pthread/configure +++ b/sysdeps/pthread/configure @@ -1,3 +1,3 @@ -# Local configure fragment for sysdeps/unix/sysv/linux. +# Local configure fragment for sysdeps/pthread. DEFINES="$DEFINES -D_LIBC_REENTRANT" |