mirror of
git://sourceware.org/git/glibc.git
synced 2025-01-30 12:31:53 +08:00
Update.
2003-08-25 Ulrich Drepper <drepper@redhat.com> * tst-cancel4.c (do_test): Also unlink tempfname and remove tempmsg in first loop.
This commit is contained in:
parent
544f3cdfff
commit
bb606fbeaf
@ -1,3 +1,8 @@
|
|||||||
|
2003-08-25 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* tst-cancel4.c (do_test): Also unlink tempfname and remove
|
||||||
|
tempmsg in first loop.
|
||||||
|
|
||||||
2003-08-18 Ulrich Drepper <drepper@redhat.com>
|
2003-08-18 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
* sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
|
* sysdeps/unix/sysv/linux/bits/posix_opt.h: Define
|
||||||
|
@ -2119,8 +2119,17 @@ do_test (void)
|
|||||||
close (tempfd2);
|
close (tempfd2);
|
||||||
tempfd2 = -1;
|
tempfd2 = -1;
|
||||||
}
|
}
|
||||||
free (tempfname);
|
if (tempfname != NULL)
|
||||||
tempfname = NULL;
|
{
|
||||||
|
unlink (tempfname);
|
||||||
|
free (tempfname);
|
||||||
|
tempfname = NULL;
|
||||||
|
}
|
||||||
|
if (tempmsg != -1)
|
||||||
|
{
|
||||||
|
msgctl (tempmsg, IPC_RMID, NULL);
|
||||||
|
tempmsg = -1;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
for (cnt = 0; cnt < ntest_tf; ++cnt)
|
for (cnt = 0; cnt < ntest_tf; ++cnt)
|
||||||
|
Loading…
Reference in New Issue
Block a user