[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#266507: libc6: one-liner fix



Package: libc6
Version: 2.3.2.ds1-16
Followup-For: Bug #266507


Here is the fix:

--- nptl/pthread_create.c~  2003-09-09 03:17:15.000000000 -0400
+++ nptl/pthread_create.c   2004-08-17 21:48:47.000000000 -0400
@@ -399,7 +399,7 @@
 
   /* Determine scheduling parameters for the thread.
      XXX How to determine whether scheduling handling is needed?  */
-  if (0 && attr != NULL)
+  if (attr != NULL)
     {
       if (iattr->flags & ATTR_FLAG_NOTINHERITSCHED)
    {


-- System Information:
Debian Release: 3.1
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: i386 (i686)
Kernel: Linux 2.6.8.1-P3
Locale: LANG=C, LC_CTYPE=C

Versions of packages libc6 depends on:
ii  libdb1-compat                 2.1.3-7    The Berkeley database routines [gl

-- no debconf information



Reply to: