hack to get sysinfo initialized

Ulrich Drepper drepper@redhat.com
Thu Jan 30 16:53:00 GMT 2003


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



More information about the Libc-hacker mailing list