summaryrefslogtreecommitdiff
path: root/libc/stdlib/test-canon2.c
diff options
context:
space:
mode:
authorjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2006-08-26 21:51:12 +0000
committerjoseph <joseph@7b3dc134-2b1b-0410-93df-9e9f96275f8d>2006-08-26 21:51:12 +0000
commit6691f112a4cc1285ad1027778c9839f0fb893841 (patch)
treeb0310fabe0fbfe2cd8462b114d8271912bc3d0f4 /libc/stdlib/test-canon2.c
parent3bef201845fddb8d27186ecae170bacf49583e8e (diff)
* 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/branches/eglibc-2_3@100 7b3dc134-2b1b-0410-93df-9e9f96275f8d
Diffstat (limited to 'libc/stdlib/test-canon2.c')
-rw-r--r--libc/stdlib/test-canon2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/stdlib/test-canon2.c b/libc/stdlib/test-canon2.c
index ba491995b..f182e95ad 100644
--- a/libc/stdlib/test-canon2.c
+++ b/libc/stdlib/test-canon2.c
@@ -39,7 +39,7 @@ char *name2;
void
do_prepare (int argc, char *argv[])
{
- char test_dir_len;
+ size_t test_dir_len;
test_dir_len = strlen (test_dir);