summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thread_storage.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libpthread/thread/thread_storage.c')
-rw-r--r--lib/libpthread/thread/thread_storage.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libpthread/thread/thread_storage.c b/lib/libpthread/thread/thread_storage.c
index fa8357c85ec..61609f9c277 100644
--- a/lib/libpthread/thread/thread_storage.c
+++ b/lib/libpthread/thread/thread_storage.c
@@ -1,5 +1,9 @@
+/* $OpenBSD: thread_storage.c,v 1.6 2002/11/05 22:19:55 marc Exp $ */
+/* Public Domain */
-/* libpthread's stronger functions */
+/*
+ * libpthread's stronger functions
+ */
#include <stdlib.h>
#include <pthread.h>