maxim
|
cb40ca01c8
|
o style.Makefile(5): WARNS= -> WARNS?=.
|
2006-07-09 11:51:14 +00:00 |
|
rwatson
|
f47cfe1f24
|
When extending a file with truncate, check that newly added bytes have
a value of 0 in the extended region.
Make sure that we get EINVAL back if we try to truncate a read-only
file descriptor.
|
2006-07-09 10:56:36 +00:00 |
|
rwatson
|
6d0cdb6a1e
|
Add regression tests to make sure that attempting to call ftruncate() on
various non-file objects fails.
|
2006-07-09 10:43:31 +00:00 |
|
rwatson
|
2d926cc233
|
Add very basic ftruncate() regression test, with a comment rather more
thorough than the tests regarding what should be tested.
|
2006-07-09 10:19:07 +00:00 |
|