From f5fce0629a6a75e2e5969a87b01c37e8c45c1f4d Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Thu, 6 Sep 2012 05:44:57 -0700 Subject: [PATCH] Add tst-cancel21-static.c --- nptl/ChangeLog | 7 +++++++ nptl/Makefile | 5 +++-- nptl/tst-cancel21-static.c | 1 + 3 files changed, 11 insertions(+), 2 deletions(-) create mode 100644 nptl/tst-cancel21-static.c diff --git a/nptl/ChangeLog b/nptl/ChangeLog index f4b7ff358f..34b369809e 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 614f0ceea9..ad7ac05ef4 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 0000000000..2a01061ea8 --- /dev/null +++ b/nptl/tst-cancel21-static.c @@ -0,0 +1 @@ +#include "tst-cancel21.c"