[Webkit-unassigned] [Bug 135339] REGRESSION: unknown type name 'qos_class_t' in iOS 8.0 beta 4
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Jul 29 09:46:09 PDT 2014
https://bugs.webkit.org/show_bug.cgi?id=135339
--- Comment #2 from Isaac Burns <isaacburns at gmail.com> 2014-07-29 09:46:22 PST ---
I'll see if I can get a smaller test project put together. The full project involves attaching libuv to JSC. From what I can tell, the only thing included before <JavaScriptCore/JavaScriptCore.h> is "uv.h".
The following conditional in qos.h is failing, leaving qos_class_t undefined.
/Applications/Xcode6-Beta4/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS8.0.sdk/usr/include/sys/qos.h:30
#if __DARWIN_C_LEVEL >= __DARWIN_C_FULL
How about adding a fallback for the other cases, as in .../usr/include/dispatch/queue.h:370?
#else
typedef unsigned int qos_class_t;
#endif
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list