summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1998-08-20 19:16:48 +0000
committerUlrich Drepper <drepper@redhat.com>1998-08-20 19:16:48 +0000
commit7934cc16733720b3eb61ca83e22c62a8ffd9c644 (patch)
tree00c4a04ee24035ceda6daf51a522e707feb5f6df /ChangeLog
parentdf777c40c1d8bc15dcc71a7da183f2a2c99bda62 (diff)
downloadglibc-7934cc16733720b3eb61ca83e22c62a8ffd9c644.tar.gz
glibc-7934cc16733720b3eb61ca83e22c62a8ffd9c644.tar.xz
glibc-7934cc16733720b3eb61ca83e22c62a8ffd9c644.zip
Update.
1998-08-20 19:14  Ulrich Drepper  <drepper@cygnus.com>

	* sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdeps_routines):
	Add umount and umount2.
	* sysdeps/unix/sysv/linux/syscalls.list: Remove umount.
	* sysdeps/unix/sysv/linux/umount.S: New file.
	* sysdeps/unix/sysv/linux/umount2.S: New file.
	* sysdeps/unix/sysv/linux/sys/mount.h: Declare umount2.
	Define MNT_FORCE.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5fd00e304d..a038b7bb8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+1998-08-20 19:14  Ulrich Drepper  <drepper@cygnus.com>
+
+	* sysdeps/unix/sysv/linux/Makefile [subdirs=misc] (sysdeps_routines):
+	Add umount and umount2.
+	* sysdeps/unix/sysv/linux/syscalls.list: Remove umount.
+	* sysdeps/unix/sysv/linux/umount.S: New file.
+	* sysdeps/unix/sysv/linux/umount2.S: New file.
+	* sysdeps/unix/sysv/linux/sys/mount.h: Declare umount2.
+	Define MNT_FORCE.
+
 1998-08-20 16:01  Ulrich Drepper  <drepper@cygnus.com>
 
 	* elf/ldd.sh.in: Redirect warnings and error messages to stderr.