diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-02-27 13:58:42 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-02-27 13:58:42 -0800 |
commit | 84ad622bbf4b1c22f68414532f5a8a88557bf9bd (patch) | |
tree | 6d0b6f3360c29f54f77916923679ef8dbf852ead /ChangeLog | |
parent | 4579f81caf7fbfd17db43699e6352a8e4c26421f (diff) | |
download | glibc-84ad622bbf4b1c22f68414532f5a8a88557bf9bd.zip glibc-84ad622bbf4b1c22f68414532f5a8a88557bf9bd.tar.gz glibc-84ad622bbf4b1c22f68414532f5a8a88557bf9bd.tar.bz2 |
Add missing fcntl.h include in some aio tests.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,9 @@ 2012-02-27 Roland McGrath <roland@hack.frob.com> + * rt/tst-aio.c: Include <fcntl.h>. + * rt/tst-aio7.c: Likewise. + * rt/tst-aio64.c: Likewise. + * stdio-common/tst-fmemopen.c (main): Remove spurious const. 2012-02-27 Joseph Myers <joseph@codesourcery.com> @@ -14,12 +18,8 @@ Change to 2.6.19. * sysdeps/unix/sysv/linux/configure: Regenerated. -2012-02-27 Joseph Myers <joseph@codesourcery.com> - * manual/llio.texi (fclean): Remove documentation. -2012-02-27 Joseph Myers <joseph@codesourcery.com> - * manual/Makefile (libc-texi-generated): New variable. Include version.texi. (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on |