summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/thread/thread_storage.c
diff options
context:
space:
mode:
authormarc <marc@openbsd.org>2002-11-03 23:58:38 +0000
committermarc <marc@openbsd.org>2002-11-03 23:58:38 +0000
commit7a602fd2b428bfeb32b5d1f6fed10c2aa08f9b33 (patch)
tree29843764569cf29b08f13e195f7b0249a98aec7b /lib/libpthread/thread/thread_storage.c
parentlibc changes for thread safety. Tested on: (diff)
downloadwireguard-openbsd-7a602fd2b428bfeb32b5d1f6fed10c2aa08f9b33.tar.xz
wireguard-openbsd-7a602fd2b428bfeb32b5d1f6fed10c2aa08f9b33.zip
back out previous patch.. there are still some vax/m68k issues
Diffstat (limited to 'lib/libpthread/thread/thread_storage.c')
-rw-r--r--lib/libpthread/thread/thread_storage.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/libpthread/thread/thread_storage.c b/lib/libpthread/thread/thread_storage.c
index 5872003a09f..fa8357c85ec 100644
--- a/lib/libpthread/thread/thread_storage.c
+++ b/lib/libpthread/thread/thread_storage.c
@@ -1,9 +1,5 @@
-/* $OpenBSD: thread_storage.c,v 1.4 2002/11/03 20:36:43 marc Exp $ */
-/* Public Domain */
-/*
- * libpthread's stronger functions
- */
+/* libpthread's stronger functions */
#include <stdlib.h>
#include <pthread.h>