Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 81295 Details for
Bug 119762
app-admin/showconsole failes to compile against uclibc, missing pthread_yield()
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
changes pthread_yield() to sched_yield()
uclibc-pthread.patch (text/plain), 197 bytes, created by
Jan Girlich
on 2006-03-04 07:38:23 UTC
(
hide
)
Description:
changes pthread_yield() to sched_yield()
Filename:
MIME Type:
Creator:
Jan Girlich
Created:
2006-03-04 07:38:23 UTC
Size:
197 bytes
patch
obsolete
>--- libconsole.c.orig 2005-05-25 14:11:30 +0000 >+++ libconsole.c 2006-03-04 14:25:22 +0000 >@@ -439,7 +439,7 @@ > ret = 0; > } > } else >- pthread_yield(); >+ sched_yield(); > > return ret; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 119762
:
81294
| 81295