diff options
author | Ulrich Drepper <drepper@redhat.com> | 2003-04-08 18:23:59 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2003-04-08 18:23:59 +0000 |
commit | f9657e88fabd682d176d1205a8a03677228eaab3 (patch) | |
tree | 230ff2993235bf5da46b4f60079ec76f0092475c /nptl/tst-umask1.c | |
parent | cb4d04cd6133e8fe7af1bd7d193683e9d93189b4 (diff) | |
download | glibc-f9657e88fabd682d176d1205a8a03677228eaab3.zip glibc-f9657e88fabd682d176d1205a8a03677228eaab3.tar.gz glibc-f9657e88fabd682d176d1205a8a03677228eaab3.tar.bz2 |
Update.
2003-04-08 Ulrich Drepper <drepper@redhat.com>
* tst-barrier2.c: Eliminate warnings.
* tst-cancel4.c: Likewise.
* tst-cond4.c: Likewise.
* tst-cond6.c: Likewise.
* tst-detach1.c: Likewise.
* tst-rwlock4.c: Likewise.
* tst-rwlock6.c: Likewise.
* tst-rwlock7.c: Likewise.
* tst-sem3.c: Likewise.
* tst-spin2.c: Likewise.
* tst-umask1.c: Likewise.
Diffstat (limited to 'nptl/tst-umask1.c')
-rw-r--r-- | nptl/tst-umask1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-umask1.c b/nptl/tst-umask1.c index 42d2e68..bd75319 100644 --- a/nptl/tst-umask1.c +++ b/nptl/tst-umask1.c @@ -44,7 +44,7 @@ static int work (const char *fname, int mask) { int result = 0; - int i; + size_t i; for (i = 0; i < nfcts; ++i) { remove (fname); |