about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1996-07-05 20:02:58 +0000
committerRoland McGrath <roland@gnu.org>1996-07-05 20:02:58 +0000
commit39d690795a63d66c893ceecf74b910977cdfc8f1 (patch)
tree763e6aef66fcd107d271cc02b94df19be9d8cb26 /ChangeLog
parentdbe31b9a738993b563382c602d092c970bdc79ae (diff)
downloadglibc-39d690795a63d66c893ceecf74b910977cdfc8f1.tar.gz
glibc-39d690795a63d66c893ceecf74b910977cdfc8f1.tar.xz
glibc-39d690795a63d66c893ceecf74b910977cdfc8f1.zip
* sysdeps/unix/sysv/linux/sys/user.h: New file.
	* sysdeps/unix/sysv/linux/Dist: Add it.
	* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add sys/user.h.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4bb681929c..bb1341b80e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 Fri Jul  5 12:22:51 1996  Roland McGrath  <roland@delasyd.gnu.ai.mit.edu>
 
+	* sysdeps/unix/sysv/linux/sys/user.h: New file.
+	* sysdeps/unix/sysv/linux/Dist: Add it.
+	* sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add sys/user.h.
+
 	* nss/nss_files/files-parse.c (parse_list): Set EOL from LINE if it
 	points within DATA->linebuffer; otherwise use all of DATA->linebuffer
 	itself, no need to skip past a NUL.