bug-hurd
[Top][All Lists]
Advanced

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

[bug #18217] glibc: `__libc_once'


From: Thomas Schwinge
Subject: [bug #18217] glibc: `__libc_once'
Date: Mon, 06 Nov 2006 16:36:04 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; de; rv:1.8.0.7) Gecko/20060921 Ubuntu/dapper-security Firefox/1.5.0.7

URL:
  <http://savannah.gnu.org/bugs/?18217>

                 Summary: glibc: `__libc_once'
                 Project: The GNU Hurd
            Submitted by: tschwinge
            Submitted on: Monday 11/06/06 at 17:36
                Category: glibc
                Severity: 5 - Blocker
                Priority: 9 - Immediate
              Item Group: Compatibility
                  Status: None
                 Privacy: Public
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Reproducibility: Every Time
              Size (loc): None
         Planned Release: None
                  Effort: 0.00
       To be done before: 

    _______________________________________________________

Details:

#v+
../sysdeps/posix/getaddrinfo.c: In function 'getaddrinfo':
../sysdeps/posix/getaddrinfo.c:2029: error: used struct type value where
scalar is required
#v-

  2025        /* Read the config file.  */
  2026        __libc_once_define (static, once);
  2027        __typeof (once) old_once = once;
  2028        __libc_once (once, gaiconf_init);
  2029        if (old_once && gaiconf_reload_flag)
  2030          gaiconf_reload ();


This is because out handling of the `__libc_once' stuff
(sysdeps/mach/bits/libc-lock.h or (sysdeps/mach/hurd/bits/libc-lock.h) is
done differently from e.g. the NPTL one
(nptl/sysdeps/pthread/bits/libc-lock.h).




    _______________________________________________________

Carbon-Copy List:

CC Address                          | Comment
------------------------------------+-----------------------------
Available only the item webpage     | 




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?18217>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]