From: maximilian attems <max@stro.at>
To: Herbert Xu <herbert@gondor.apana.org.au>
Cc: dash@vger.kernel.org, klibc@zytor.com
Subject: Re: dash klibc DEBUG compile trouble
Date: Thu, 8 Jul 2010 18:20:17 +0200 [thread overview]
Message-ID: <20100708162017.GF9869@baikonur.stro.at> (raw)
In-Reply-To: <20100708135114.GA20673@gondor.apana.org.au>
On Thu, Jul 08, 2010 at 09:51:14PM +0800, Herbert Xu wrote:
> On Thu, Jul 08, 2010 at 03:17:53PM +0200, maximilian attems wrote:
> >
> > It says that the 64 bit operations are the same as the 32 bit ones,
> > that's why I'm confused.
>
> Ah, klibc must be undefining stat64, which then causes struct
> stat64 to be undeclared.
>
> I'll look into it.
ihmm well seems to be a klibc bug and not a dash trouble:
~/src/klibc-latest$ egrep stat64 -r usr/klibc/
usr/klibc/SYSCALLS.def:<!ppc64> int stat64,stat::stat(const char *, struct stat *);
usr/klibc/SYSCALLS.def:<!ppc64> int lstat64,lstat::lstat(const char *, struct stat *);
usr/klibc/SYSCALLS.def:<!ppc64> int fstat64,fstat::fstat(int, struct stat *);
but no mention in the headers.
prev parent reply other threads:[~2010-07-08 16:29 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-08 8:48 dash klibc DEBUG compile trouble maximilian attems
2010-07-08 13:04 ` Herbert Xu
2010-07-08 13:17 ` maximilian attems
2010-07-08 13:51 ` Herbert Xu
2010-07-08 16:20 ` maximilian attems [this message]
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=20100708162017.GF9869@baikonur.stro.at \
--to=max@stro.at \
--cc=dash@vger.kernel.org \
--cc=herbert@gondor.apana.org.au \
--cc=klibc@zytor.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.