This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: hack to get sysinfo initialized


David Mosberger wrote:

> --- linuxthreads/manager.c	12 Jan 2003 08:42:38 -0000	1.90
> +++ linuxthreads/manager.c	30 Jan 2003 06:28:23 -0000
> @@ -645,6 +666,8 @@
>  #endif
>    new_thread->p_header.data.self = new_thread;
>    new_thread->p_header.data.multiple_threads = 1;
> +  /* XXX why isn't this done already??? */
> +  new_thread->p_header.data.sysinfo = GL(dl_sysinfo);

Very simple: because there is no support fpr dl_sysinfo in LinuxThreads.

-- 
--------------.                        ,-.            444 Castro Street
Ulrich Drepper \    ,-----------------'   \ Mountain View, CA 94041 USA
Red Hat         `--' drepper at redhat.com `---------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]