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/ _______________________________________________ Bug-hurd mailing list Bug-hurd@gnu.org http://lists.gnu.org/mailman/listinfo/bug-hurd