about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-01-16 16:49:27 +0000
committerUlrich Drepper <drepper@redhat.com>2006-01-16 16:49:27 +0000
commit2d79a585c11cdd89f6406c49f339bac3def51431 (patch)
treecef9173326964b61c21159ecaf42bc37bb8975fc /ChangeLog
parent5c980df9a23b1c96b199af94076fb5d5c2302225 (diff)
downloadglibc-2d79a585c11cdd89f6406c49f339bac3def51431.tar.gz
glibc-2d79a585c11cdd89f6406c49f339bac3def51431.tar.xz
glibc-2d79a585c11cdd89f6406c49f339bac3def51431.zip
* sysdeps/unix/sysv/linux/kernel-features.h: Define
	__ASSUME_TMPFS_NAME.
	* sysdeps/unix/sysv/linux/shm_open.c [!__ASSUME_TMPFS_NAME]
	(where_is_shmfs): Don't test for obsolete shm filesystem name.

	* sysdeps/unix/sysv/linux/getsysstats.c: Don't search for proc
	mount point.  We assume procfs is mounted at /proc in many other
	places already.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a468befa87..d147d69184 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2006-01-16  Ulrich Drepper  <drepper@redhat.com>
+
+	* sysdeps/unix/sysv/linux/kernel-features.h: Define
+	__ASSUME_TMPFS_NAME.
+	* sysdeps/unix/sysv/linux/shm_open.c [!__ASSUME_TMPFS_NAME]
+	(where_is_shmfs): Don't test for obsolete shm filesystem name.
+
+	* sysdeps/unix/sysv/linux/getsysstats.c: Don't search for proc
+	mount point.  We assume procfs is mounted at /proc in many other
+	places already.
+
 2006-01-15  Andreas Jaeger  <aj@suse.de>
 
 	[BZ #1950]