about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-07-07 23:23:51 +0000
committerRoland McGrath <roland@gnu.org>1996-07-07 23:23:51 +0000
commitfaf85e08bcc5e1fd3d418b9ce11c8f2649d8415f (patch)
treee9a8274d604c4d6fcfec56bceb3018f810a30802 /ChangeLog
parente851d072c2305fd9ae6e75b73ce8fdd8cf3a4b2e (diff)
downloadglibc-faf85e08bcc5e1fd3d418b9ce11c8f2649d8415f.tar.gz
glibc-faf85e08bcc5e1fd3d418b9ce11c8f2649d8415f.tar.xz
glibc-faf85e08bcc5e1fd3d418b9ce11c8f2649d8415f.zip
* io/Makefile (headers): Add sys/vfs.h.
	* io/sys/vfs.h: New file.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index be22dcfd36..1ff1a3ae90 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,8 @@
 Sun Jul  7 18:42:06 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
 
+	* io/Makefile (headers): Add sys/vfs.h.
+	* io/sys/vfs.h: New file.
+
 	* sysdeps/mach/hurd/jmp-unwind.c (_longjmp_unwind): Don't unlock the
 	critical section lock before unlinking dying active resources.
 	The unlock just before return is right (i.e. old code unlocked twice).