mailing list of musl libc
 help / color / mirror / code / Atom feed
From: Rich Felker <dalias@aerifal.cx>
To: musl@lists.openwall.com
Subject: Re: sysinfo padding question
Date: Sun, 18 Nov 2012 15:46:02 -0500	[thread overview]
Message-ID: <20121118204602.GV20323@brightrain.aerifal.cx> (raw)
In-Reply-To: <CAK4o1WxKAL-Tf+SnO5BS-jVv5D+xXeKF5WW7XcOQTkr0EaGimA@mail.gmail.com>

On Sun, Nov 18, 2012 at 08:25:48PM +0000, Justin Cormack wrote:
> Why is the padding for sysinfo for the kernel different from the libc
> one for Musl?
> 
> /usr/include/linux/kernel.h has 	char
> _f[20-2*sizeof(long)-sizeof(int)];	/* Padding: libc5 uses this.. */
> /usr/include/sys/sysinfo.h has       char __reserved[256];
> 
> glibc just includes the kernel header from sys/sysinfo.h so both these
> structs are the same size there, so not sure I see any rationale.

I don't think there was any particular rationale; I just did it to
make sure there's plenty of space for future expansion. Changing it to
match should be fine unless anybody objects. Note however that the
glibc definition gives no room to expand on 64-bit.

Rich


      reply	other threads:[~2012-11-18 20:46 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-18 20:25 Justin Cormack
2012-11-18 20:46 ` Rich Felker [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=20121118204602.GV20323@brightrain.aerifal.cx \
    --to=dalias@aerifal.cx \
    --cc=musl@lists.openwall.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.
Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

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).