about summary refs log tree commit diff
path: root/nptl/tst-oncex4.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-oncex4.c
parent5a8e918dc6809872537f589976cc5b9e9d89131c (diff)
downloadglibc-3a4d1e1e490a8c98ad8478973936880c3f4af0bd.tar.gz
glibc-3a4d1e1e490a8c98ad8478973936880c3f4af0bd.tar.xz
glibc-3a4d1e1e490a8c98ad8478973936880c3f4af0bd.zip
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-oncex4.c')
-rw-r--r--nptl/tst-oncex4.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/tst-oncex4.c b/nptl/tst-oncex4.c
new file mode 100644
index 0000000000..9b4d98f3f1
--- /dev/null
+++ b/nptl/tst-oncex4.c
@@ -0,0 +1 @@
+#include "tst-once4.c"