diff options
author | 2015-01-20 14:40:37 +0000 | |
---|---|---|
committer | 2015-01-20 14:40:37 +0000 | |
commit | e13cf7eb1f471a2699c85c4bbed1a56a28a3c4ef (patch) | |
tree | 4b671bac4d119200c80cc025881f88ffc5d59531 /lib/libsqlite3/tsrc/pthread_stub.c | |
parent | Revert some $OpenBSD$ additions about which there are doubts. (diff) | |
download | wireguard-openbsd-e13cf7eb1f471a2699c85c4bbed1a56a28a3c4ef.tar.xz wireguard-openbsd-e13cf7eb1f471a2699c85c4bbed1a56a28a3c4ef.zip |
Revert some $OpenBSD$ additions about which there are doubts.
Suggested by deraadt@
Diffstat (limited to 'lib/libsqlite3/tsrc/pthread_stub.c')
-rw-r--r-- | lib/libsqlite3/tsrc/pthread_stub.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libsqlite3/tsrc/pthread_stub.c b/lib/libsqlite3/tsrc/pthread_stub.c index 8c930715f37..995c9ca36e2 100644 --- a/lib/libsqlite3/tsrc/pthread_stub.c +++ b/lib/libsqlite3/tsrc/pthread_stub.c @@ -1,4 +1,3 @@ -/* $OpenBSD: pthread_stub.c,v 1.2 2015/01/20 04:41:01 krw Exp $ */ /* stubs for pthreads function, quick and dirty */ #if SQLITE_THREADSAFE && !defined(SQLITE_TEST) |