[Webkit-unassigned] [Bug 51972] pthread_getattr_np not available in LSB, but patch available to fix the issue

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jan 5 17:26:25 PST 2011


https://bugs.webkit.org/show_bug.cgi?id=51972





--- Comment #1 from Craig Scott <audiofanatic+webkit at gmail.com>  2011-01-05 17:26:25 PST ---
Also note that in the patch, the following test is used in three places:

#if defined(QT_LINUXBASE)

However, the correct test should be

#if defined(__LSB_VERSION__) && (__LSB_VERSION__ < 41)

-- 
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