summaryrefslogtreecommitdiff
path: root/libc/posix/tst-truncate.c
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2006-08-26 21:52:38 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2006-08-26 21:52:38 +0000
commit4dd4fc9653b2a337c37c03816e4f0187e8fe8ff0 (patch)
tree7f08bed907f195f1b016dbdf752c73990e7ee0e8 /libc/posix/tst-truncate.c
parenta1965283724f941909d94381d63c37b5a893ef40 (diff)
downloadeglibc2-4dd4fc9653b2a337c37c03816e4f0187e8fe8ff0.tar.gz
* io/test-lfs.c (do_prepare): Give name_len type size_t.
* io/tst-fcntl.c (do_prepare): Likewise. * posix/tst-exec.c (do_prepare): Likewise. * posix/tst-preadwrite.c (do_prepare): Likewise. * posix/tst-spawn.c (do_prepare): Likewise. * posix/tst-truncate.c (do_prepare): Likewise. * rt/tst-aio.c (do_prepare): Likewise. * rt/tst-aio64.c (do_prepare): Likewise. * stdlib/test-canon2.c (do_prepare): Give test_dir_len type size_t. git-svn-id: svn://svn.eglibc.org/trunk@101 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/posix/tst-truncate.c')
-rw-r--r--libc/posix/tst-truncate.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/posix/tst-truncate.c b/libc/posix/tst-truncate.c
index d78630640..78a513947 100644
--- a/libc/posix/tst-truncate.c
+++ b/libc/posix/tst-truncate.c
@@ -54,7 +54,7 @@ int fd;
void
do_prepare (int argc, char *argv[])
{
- char name_len;
+ size_t name_len;
#define FNAME FNAME2(TRUNCATE)
#define FNAME2(s) "/" STRINGIFY(s) "XXXXXX"