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 /nptl/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 'nptl/sysdeps')
-rw-r--r-- | nptl/sysdeps/unix/sysv/linux/configure | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/nptl/sysdeps/unix/sysv/linux/configure b/nptl/sysdeps/unix/sysv/linux/configure deleted file mode 100644 index 229414dd74..0000000000 --- a/nptl/sysdeps/unix/sysv/linux/configure +++ /dev/null @@ -1,3 +0,0 @@ -# Local configure fragment for sysdeps/unix/sysv/linux. - -DEFINES="$DEFINES -D_LIBC_REENTRANT" |