From: Ralf Baechle <ralf@linux-mips.org>
To: "H. Peter Anvin" <hpa@zytor.com>
Cc: linux-kernel@vger.kernel.org, klibc@zytor.com
Subject: Re: [klibc 28/43] mips support for klibc
Date: Tue, 27 Jun 2006 00:03:45 +0100 [thread overview]
Message-ID: <20060626230345.GA14345@linux-mips.org> (raw)
In-Reply-To: <klibc.200606251757.28@tazenda.hos.anvin.org>
On Sun, Jun 25, 2006 at 05:58:05PM -0700, H. Peter Anvin wrote:
> +typedef struct flock {
> + short l_type;
> + short l_whence;
> + loff_t l_start;
> + loff_t l_len;
> + pid_t l_pid;
> +} flock_t;
32-bit MIPS uses this:
struct flock {
short l_type;
short l_whence;
off_t l_start;
off_t l_len;
long l_sysid;
__kernel_pid_t l_pid;
long pad[4];
};
next prev parent reply other threads:[~2006-06-27 10:03 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2006-06-26 0:58 [klibc 28/43] mips support for klibc H. Peter Anvin
2006-06-26 23:03 ` Ralf Baechle [this message]
2006-06-27 15:32 ` [klibc] " H. Peter Anvin
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=20060626230345.GA14345@linux-mips.org \
--to=ralf@linux-mips.org \
--cc=hpa@zytor.com \
--cc=klibc@zytor.com \
--cc=linux-kernel@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 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.