summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortedu <tedu@openbsd.org>2006-01-06 06:13:27 +0000
committertedu <tedu@openbsd.org>2006-01-06 06:13:27 +0000
commit67f426bc81a989c917f694e3356b39f32cc32249 (patch)
tree7c01cc8dff4e4877f67aaacb283ce4b0afe2a744
parentwe now do these checks in iic_scan (diff)
downloadwireguard-openbsd-67f426bc81a989c917f694e3356b39f32cc32249.tar.xz
wireguard-openbsd-67f426bc81a989c917f694e3356b39f32cc32249.zip
guess it's time to remove the init printf; sturm found a port that
didn't like it.
-rw-r--r--lib/librthread/rthread.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/librthread/rthread.c b/lib/librthread/rthread.c
index 3de0b1d79dd..876d68dff34 100644
--- a/lib/librthread/rthread.c
+++ b/lib/librthread/rthread.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rthread.c,v 1.31 2006/01/05 22:17:17 otto Exp $ */
+/* $OpenBSD: rthread.c,v 1.32 2006/01/06 06:13:27 tedu Exp $ */
/*
* Copyright (c) 2004,2005 Ted Unangst <tedu@openbsd.org>
* All Rights Reserved.
@@ -100,8 +100,6 @@ _rthread_init(void)
pthread_t thread = &_initial_thread;
extern int __isthreaded;
- printf("rthread init\n");
-
thread->tid = getthrid();
thread->donesem.lock = _SPINLOCK_UNLOCKED;
thread->flags |= THREAD_CANCEL_ENABLE|THREAD_CANCEL_DEFERRED;