diff options
| author | Mike Makonnen <mtm@FreeBSD.org> | 2004-02-18 15:05:56 +0000 | 
|---|---|---|
| committer | Mike Makonnen <mtm@FreeBSD.org> | 2004-02-18 15:05:56 +0000 | 
| commit | 06e5becb6991b4f17b9b9274dacf3b4620443914 (patch) | |
| tree | cd2e10b898446191de9a5b04c01c1b2a5f62e5c7 /lib/libthr/thread/thr_create.c | |
| parent | 0d48409fe2d2868aff11d34c4a7d4224829fa8d9 (diff) | |
Notes
Diffstat (limited to 'lib/libthr/thread/thr_create.c')
| -rw-r--r-- | lib/libthr/thread/thr_create.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libthr/thread/thr_create.c b/lib/libthr/thread/thr_create.c index f1a6301f1ca9..32ca69741670 100644 --- a/lib/libthr/thread/thr_create.c +++ b/lib/libthr/thread/thr_create.c @@ -139,7 +139,6 @@ _pthread_create(pthread_t * thread, const pthread_attr_t * attr,  		new_thread->base_priority = new_thread->attr.prio;  	}  	new_thread->active_priority = new_thread->base_priority; -	new_thread->inherited_priority = 0;  	/*  	 * Initialise the unique id which GDB uses to  | 
