Mercurial > hg > octave-shane > gnulib-hg
changeset 13316:e6ba3fe5c9ab
Tests for module pwrite.
author | Peter O'Gorman <pogma@thewrittenword.com> |
---|---|
date | Wed, 05 May 2010 21:35:50 +0200 |
parents | 39dc842a035e |
children | f4cec457476e |
files | ChangeLog |
diffstat | 1 files changed, 5 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2010-05-05 Peter O'Gorman <pogma@thewrittenword.com> + Tests for module pwrite. + * modules/pwrite-tests: New file. + * tests/test-pwrite.sh: New file. + * tests/test-pwrite.c: New file. + New module pwrite. * lib/unistd.in.h (pwrite): New declaration. * lib/pwrite.c: New file, from glibc with modifications.