public inbox for linux-ia64@vger.kernel.org
 help / color / mirror / Atom feed
From: David Mosberger <davidm@hpl.hp.com>
To: linux-ia64@vger.kernel.org
Subject: Re: [Linux-ia64] Linuxconf patch
Date: Sun, 15 Apr 2001 20:37:50 +0000	[thread overview]
Message-ID: <marc-linux-ia64-105590693005404@msgid-missing> (raw)
In-Reply-To: <marc-linux-ia64-105590693005401@msgid-missing>

>>>>> On 15 Apr 2001 07:05:28 +0200, Jes Sorensen <jes@linuxcare.com> said:

  Jes> Please don't inline the syscall like that. We do support
  Jes> syscall() in glibc and it would be nicer (and future
  Jes> compatible) if you use that instead.

Better still: use the libc provided stub when one is available.
glibc2.2 already defines quotactl().  I'd recommend to use autoconf to
check for quotactl() and fall back on syscall() when it doesn't exist
in libc (no need to do this for IA-64 Linux though, as glibc-2.2
already supports this).

	--david

PS: It's fine to send such patches to linux-ia64, but I'd also
    recommend to directly forward the fixes to the author/maintainer
    of the program.


  parent reply	other threads:[~2001-04-15 20:37 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-04-15  3:47 [Linux-ia64] Linuxconf patch Gustavo Niemeyer
2001-04-15  5:05 ` Jes Sorensen
2001-04-15 16:46 ` Gustavo Niemeyer
2001-04-15 20:37 ` David Mosberger [this message]
2001-04-17  4:02 ` Jacques Gelinas

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=marc-linux-ia64-105590693005404@msgid-missing \
    --to=davidm@hpl.hp.com \
    --cc=linux-ia64@vger.kernel.org \
    /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