diff options
author | Kurt Miller <kurt@cvs.openbsd.org> | 2012-03-22 15:26:05 +0000 |
---|---|---|
committer | Kurt Miller <kurt@cvs.openbsd.org> | 2012-03-22 15:26:05 +0000 |
commit | a6f40b7e2b75fc35859c1660f325e2b383af2884 (patch) | |
tree | 58730d51e9ced3b1b1a3f6e8f32252f4c02820df /lib/librthread/rthread.c | |
parent | c59f4cc7e8cd9ad9924377405ac25be696718fbf (diff) |
Remove pthread_suspend* and related functions. This is part of the
rthreads major library bump from last night. okay kettenis@
Diffstat (limited to 'lib/librthread/rthread.c')
-rw-r--r-- | lib/librthread/rthread.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/librthread/rthread.c b/lib/librthread/rthread.c index 72224990978..f1ced8f5b94 100644 --- a/lib/librthread/rthread.c +++ b/lib/librthread/rthread.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rthread.c,v 1.59 2012/03/20 00:47:23 guenther Exp $ */ +/* $OpenBSD: rthread.c,v 1.60 2012/03/22 15:26:04 kurt Exp $ */ /* * Copyright (c) 2004,2005 Ted Unangst <tedu@openbsd.org> * All Rights Reserved. @@ -60,7 +60,6 @@ struct pthread_attr _rthread_attr_default = { .sched_policy = SCHED_OTHER, .sched_param = { .sched_priority = 0 }, .sched_inherit = PTHREAD_INHERIT_SCHED, - .create_suspended = 0, #else 0 #endif |