public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
From: Ulrich Drepper <drepper@redhat.com>
To: davidm@hpl.hp.com
Cc: libc-hacker@sources.redhat.com
Subject: Re: hack to get sysinfo initialized
Date: Thu, 30 Jan 2003 16:53:00 -0000	[thread overview]
Message-ID: <3E395882.8060201@redhat.com> (raw)
In-Reply-To: <15929.22278.43634.52356@napali.hpl.hp.com>

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

  reply	other threads:[~2003-01-30 16:53 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-01-30 16:38 [PATCH] Kill unused variable `self' warnings Jakub Jelinek
2003-01-30 16:47 ` hack to get sysinfo initialized David Mosberger
2003-01-30 16:53   ` Ulrich Drepper [this message]
2003-01-30 16:59     ` David Mosberger
2003-01-30 17:07       ` Ulrich Drepper
2003-01-30 17:13         ` David Mosberger
2003-01-30 17:17           ` Jakub Jelinek
2003-01-30 17:20           ` Ulrich Drepper
2003-01-30 17:40             ` David Mosberger
2003-01-30 17:48 ` [PATCH] Kill unused variable `self' warnings Ulrich Drepper
2003-01-30 22:22   ` Richard Henderson

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3E395882.8060201@redhat.com \
    --to=drepper@redhat.com \
    --cc=davidm@hpl.hp.com \
    --cc=libc-hacker@sources.redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).