about summary refs log tree commit diff
path: root/nptl/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2005-11-06 17:08:48 +0000
committerUlrich Drepper <drepper@redhat.com>2005-11-06 17:08:48 +0000
commit8e635611c9fef3d78e7f24f34999e122e1017217 (patch)
treee4c7a00f433bc88250aae118e43a62ace943c6dd /nptl/sysdeps
parentd0b2cbf837d6e45476a1300a1e6469233e6dd8ff (diff)
downloadglibc-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/configure3
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"