mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
Add tst-cancel21-static.c
This commit is contained in:
parent
a5055ad15a
commit
f5fce0629a
@ -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
|
||||
|
@ -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
|
||||
|
1
nptl/tst-cancel21-static.c
Normal file
1
nptl/tst-cancel21-static.c
Normal file
@ -0,0 +1 @@
|
||||
#include "tst-cancel21.c"
|
Loading…
Reference in New Issue
Block a user