Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add tst-cancel21-static.c
  • Loading branch information
H.J. Lu committed Sep 6, 2012
1 parent a5055ad commit f5fce06
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
7 changes: 7 additions & 0 deletions nptl/ChangeLog
@@ -1,3 +1,10 @@
2012-09-06 H.J. Lu <hongjiu.lu@intel.com>

[BZ #14545]
* Makefile (tests-static): Add tst-cancel21-static.
(tests): Likewise.
* tst-cancel21-static.c: New file.

2012-09-01 Joseph Myers <joseph@codesourcery.com>

* sysdeps/unix/sysv/linux/pthread_getcpuclockid.c
Expand Down
5 changes: 3 additions & 2 deletions nptl/Makefile
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions nptl/tst-cancel21-static.c
@@ -0,0 +1 @@
#include "tst-cancel21.c"

0 comments on commit f5fce06

Please sign in to comment.