aboutsummaryrefslogtreecommitdiff
path: root/tools/regression/pthread/unwind
diff options
context:
space:
mode:
Diffstat (limited to 'tools/regression/pthread/unwind')
-rw-r--r--tools/regression/pthread/unwind/Makefile1
-rw-r--r--tools/regression/pthread/unwind/Test.cpp1
-rw-r--r--tools/regression/pthread/unwind/catch_pthread_exit.cpp1
-rw-r--r--tools/regression/pthread/unwind/cond_wait_cancel.cpp1
-rw-r--r--tools/regression/pthread/unwind/cond_wait_cancel2.cpp1
-rw-r--r--tools/regression/pthread/unwind/main_thread_exit.cpp1
-rw-r--r--tools/regression/pthread/unwind/sem_wait_cancel.cpp1
-rw-r--r--tools/regression/pthread/unwind/thread_normal_exit.cpp1
8 files changed, 0 insertions, 8 deletions
diff --git a/tools/regression/pthread/unwind/Makefile b/tools/regression/pthread/unwind/Makefile
index c4f9ac84d9fb..33d3787c0ee3 100644
--- a/tools/regression/pthread/unwind/Makefile
+++ b/tools/regression/pthread/unwind/Makefile
@@ -1,4 +1,3 @@
-# $FreeBSD$
all: main_thread_exit thread_normal_exit sem_wait_cancel \
cond_wait_cancel cond_wait_cancel2 catch_pthread_exit
diff --git a/tools/regression/pthread/unwind/Test.cpp b/tools/regression/pthread/unwind/Test.cpp
index 46e451c390b6..bad63be44798 100644
--- a/tools/regression/pthread/unwind/Test.cpp
+++ b/tools/regression/pthread/unwind/Test.cpp
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
static int destructed;
static int destructed2;
diff --git a/tools/regression/pthread/unwind/catch_pthread_exit.cpp b/tools/regression/pthread/unwind/catch_pthread_exit.cpp
index db0e875ccaeb..b5074cd4beb1 100644
--- a/tools/regression/pthread/unwind/catch_pthread_exit.cpp
+++ b/tools/regression/pthread/unwind/catch_pthread_exit.cpp
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/* try to catch thread exiting, and rethrow the exception */
#include <pthread.h>
diff --git a/tools/regression/pthread/unwind/cond_wait_cancel.cpp b/tools/regression/pthread/unwind/cond_wait_cancel.cpp
index 4dfa57746552..d241b55909b6 100644
--- a/tools/regression/pthread/unwind/cond_wait_cancel.cpp
+++ b/tools/regression/pthread/unwind/cond_wait_cancel.cpp
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/* Test stack unwinding for pthread_cond_wait function */
#include <pthread.h>
diff --git a/tools/regression/pthread/unwind/cond_wait_cancel2.cpp b/tools/regression/pthread/unwind/cond_wait_cancel2.cpp
index ba71289fad98..1763e115435b 100644
--- a/tools/regression/pthread/unwind/cond_wait_cancel2.cpp
+++ b/tools/regression/pthread/unwind/cond_wait_cancel2.cpp
@@ -1,5 +1,4 @@
/*
- * $FreeBSD$
*
* Test stack unwinding for mixed pthread_cleanup_push/pop and C++
* object, both should work together.
diff --git a/tools/regression/pthread/unwind/main_thread_exit.cpp b/tools/regression/pthread/unwind/main_thread_exit.cpp
index 182c194b07af..c3ee859a5f0f 100644
--- a/tools/regression/pthread/unwind/main_thread_exit.cpp
+++ b/tools/regression/pthread/unwind/main_thread_exit.cpp
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/* check unwinding for main thread */
#include <pthread.h>
diff --git a/tools/regression/pthread/unwind/sem_wait_cancel.cpp b/tools/regression/pthread/unwind/sem_wait_cancel.cpp
index 2086de6037cb..45f881c521fe 100644
--- a/tools/regression/pthread/unwind/sem_wait_cancel.cpp
+++ b/tools/regression/pthread/unwind/sem_wait_cancel.cpp
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/* Test stack unwinding for libc's sem */
#include <pthread.h>
diff --git a/tools/regression/pthread/unwind/thread_normal_exit.cpp b/tools/regression/pthread/unwind/thread_normal_exit.cpp
index 70768265be70..3549db432f38 100644
--- a/tools/regression/pthread/unwind/thread_normal_exit.cpp
+++ b/tools/regression/pthread/unwind/thread_normal_exit.cpp
@@ -1,4 +1,3 @@
-/* $FreeBSD$ */
/* test stack unwinding for a new thread */
#include <pthread.h>