diff options
author | Paul Pluzhnikov <ppluzhnikov@google.com> | 2015-02-17 16:03:41 -0800 |
---|---|---|
committer | Paul Pluzhnikov <ppluzhnikov@google.com> | 2015-02-17 16:03:41 -0800 |
commit | 8ae4bb5a3882331a2a8d0828a35b89965310fc76 (patch) | |
tree | 50802abfd0fd0e69209b15424e4c435aba690370 /ChangeLog | |
parent | 18a218b74c6b421d37316371d892a2f3b752eb93 (diff) | |
download | glibc-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-- | ChangeLog | 5 |
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 |