about summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Pluzhnikov <ppluzhnikov@google.com>2015-02-17 16:03:41 -0800
committerPaul Pluzhnikov <ppluzhnikov@google.com>2015-02-17 16:03:41 -0800
commit8ae4bb5a3882331a2a8d0828a35b89965310fc76 (patch)
tree50802abfd0fd0e69209b15424e4c435aba690370 /ChangeLog
parent18a218b74c6b421d37316371d892a2f3b752eb93 (diff)
downloadglibc-8ae4bb5a3882331a2a8d0828a35b89965310fc76.tar.gz
glibc-8ae4bb5a3882331a2a8d0828a35b89965310fc76.tar.xz
glibc-8ae4bb5a3882331a2a8d0828a35b89965310fc76.zip
Cleanup: add missing #include's
	* libio/fileops.c: Add missing sys/mman.h
	* libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 84712856a7..ee0a822daf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-02-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
+
+	* libio/fileops.c: Add missing sys/mman.h
+	* libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
+
 2015-02-17  Joseph Myers  <joseph@codesourcery.com>
 
 	* manual/math.texi (Errors in Math Functions): Clarify goals