From: "H. Peter Anvin" <hpa@zytor.com>
To: Mike Frysinger <vapier@gentoo.org>
Cc: David Miller <davem@davemloft.net>,
netdev@vger.kernel.org, klibc@zytor.com
Subject: Re: [klibc] [patch] import socket defines
Date: Fri, 11 Jan 2008 00:00:31 -0800 [thread overview]
Message-ID: <4787221F.3030201@zytor.com> (raw)
In-Reply-To: <200801110257.42272.vapier@gentoo.org>
Mike Frysinger wrote:
>> all this stuff is ABI constants, and the only reason glibc
>> doesn't use them is that glibc prefers to use enums over #defines.
>
> a proper libc defines things in their headers according to the POSIX specs
> rather than relying on others to do it for them. if you want to argue about
> linux-specific ABI pieces being exported, then you probably have a valid
> point, but socket.h is hardly that.
Have you looked at it?!!? It's full of ABI constants, and that's what I
care about. POSIX doesn't define, say, AF_UNIX; that's an ABI specific.
> so if the only consumer is klibc and you're against adding these things to it,
> special case it for __KLIBC__.
No, let's split the header so that there are *no* libc knowledge in the
kernel. For the kernel to have knowledge about the specifics of any
particular libc (klibc, glibc, or any other) is stupid, and that's the
whole reason we're in this spot to begin with.
Again, I don't particularly care about what they're named, but the whole
point is
#include <linux/foo.h>
if you want the subset and
#include <linux/bar.h>
if you want the whole set.
No libc specifics, and no feature test macros, which I think we can both
agree are uglier than hell.
I thought the naming worked out nicer with <linux/sockaddr.h>, but I
*don't really care*.
-hpa
next prev parent reply other threads:[~2008-01-11 8:05 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <200801012029.21432.vapier@gentoo.org>
[not found] ` <477AF86E.1080309@zytor.com>
[not found] ` <200801020830.43449.vapier@gentoo.org>
2008-01-02 18:09 ` [klibc] [patch] import socket defines H. Peter Anvin
2008-01-11 6:16 ` David Miller
2008-01-11 6:23 ` Mike Frysinger
2008-01-11 6:41 ` H. Peter Anvin
2008-01-11 6:47 ` David Miller
2008-01-11 7:02 ` H. Peter Anvin
2008-01-11 7:07 ` Mike Frysinger
2008-01-11 7:10 ` H. Peter Anvin
2008-01-11 7:42 ` H. Peter Anvin
2008-01-11 7:57 ` Mike Frysinger
2008-01-11 8:00 ` H. Peter Anvin [this message]
2008-01-11 9:02 ` Mike Frysinger
2008-01-11 9:28 ` Mike Frysinger
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=4787221F.3030201@zytor.com \
--to=hpa@zytor.com \
--cc=davem@davemloft.net \
--cc=klibc@zytor.com \
--cc=netdev@vger.kernel.org \
--cc=vapier@gentoo.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;
as well as URLs for NNTP newsgroup(s).