From: H.J. Lu Date: Thu, 6 Sep 2012 12:44:57 +0000 (-0700) Subject: Add tst-cancel21-static.c X-Git-Tag: upstream/2.30~10325 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f5fce0629a6a75e2e5969a87b01c37e8c45c1f4d;p=external%2Fglibc.git Add tst-cancel21-static.c --- diff --git a/nptl/ChangeLog b/nptl/ChangeLog index f4b7ff3..34b3698 100644 --- a/nptl/ChangeLog +++ b/nptl/ChangeLog @@ -1,3 +1,10 @@ +2012-09-06 H.J. Lu + + [BZ #14545] + * Makefile (tests-static): Add tst-cancel21-static. + (tests): Likewise. + * tst-cancel21-static.c: New file. + 2012-09-01 Joseph Myers * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c diff --git a/nptl/Makefile b/nptl/Makefile index 614f0ce..ad7ac05 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -348,8 +348,9 @@ CFLAGS-funlockfile.c = $(libio-mtsafe) link-libc-static := $(common-objpfx)libc.a $(static-gnulib) \ $(common-objpfx)libc.a -tests-static += tst-locale1 tst-locale2 tst-stackguard1-static -tests += tst-stackguard1-static +tests-static += tst-locale1 tst-locale2 tst-stackguard1-static \ + tst-cancel21-static +tests += tst-stackguard1-static tst-cancel21-static xtests-static += tst-setuid1-static # These tests are linked with libc before libpthread diff --git a/nptl/tst-cancel21-static.c b/nptl/tst-cancel21-static.c new file mode 100644 index 0000000..2a01061 --- /dev/null +++ b/nptl/tst-cancel21-static.c @@ -0,0 +1 @@ +#include "tst-cancel21.c"