summaryrefslogtreecommitdiff
path: root/nptl/tst-oncex3.c
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-07-01 03:29:50 +0000
committerUlrich Drepper <drepper@redhat.com>2003-07-01 03:29:50 +0000
commit3a4d1e1e490a8c98ad8478973936880c3f4af0bd (patch)
tree0e8a6da9a3d088f573ec96d289b92c23f8683841 /nptl/tst-oncex3.c
parent5a8e918dc6809872537f589976cc5b9e9d89131c (diff)
Update.
2003-06-30 Ulrich Drepper <drepper@redhat.com> * sysdeps/unix/sysv/linux/i386/pthread_once.S (__pthread_once): Use correct cleanup handler registration. Add unwind info. * tst-once3.c: Add cleanup handler and check it is called. * tst-once4.c: Likewise. * tst-oncex3.c: New file. * tst-oncex4.c: New file. * Makefile: Add rules to build and run tst-oncex3 and tst-oncex4.
Diffstat (limited to 'nptl/tst-oncex3.c')
-rw-r--r--nptl/tst-oncex3.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/tst-oncex3.c b/nptl/tst-oncex3.c
new file mode 100644
index 0000000000..08225b88dc
--- /dev/null
+++ b/nptl/tst-oncex3.c
@@ -0,0 +1 @@
+#include "tst-once3.c"