All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gregor Jasny <gjasny@googlemail.com>
To: Mauro Carvalho Chehab <mchehab@osg.samsung.com>,
	Felix Janda <felix.janda@posteo.de>,
	Hans Petter Selasky <hselasky@freebsd.org>
Cc: linux-media@vger.kernel.org
Subject: Re: [PATCH 3/4] Wrap LFS64 functions only if __GLIBC__
Date: Tue, 05 May 2015 21:22:37 +0200	[thread overview]
Message-ID: <5549187D.6090708@googlemail.com> (raw)
In-Reply-To: <20150505093402.4c29d565@recife.lan>

On 05/05/15 14:34, Mauro Carvalho Chehab wrote:
> Em Sun, 25 Jan 2015 21:36:36 +0100
> Felix Janda <felix.janda@posteo.de> escreveu:
>> -#ifdef linux
>> +#ifdef __GLIBC__
> 
> Hmm... linux was added here to avoid breaking on FreeBSD, on this
> changeset:
> 
> So, either we should get an ack from Hans Peter, or you should
> change the tests to:
> 
> 	#if linux && __GLIBC__

That would be needed to not break Debian/kFreeBSD which is a FreeBSD
Kernel with GNU C library.

  parent reply	other threads:[~2015-05-05 19:22 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-01-25 20:36 [PATCH 3/4] Wrap LFS64 functions only if __GLIBC__ Felix Janda
2015-05-05 12:34 ` Mauro Carvalho Chehab
2015-05-05 19:02   ` [PATCHv2 3/4] Wrap LFS64 functions only if linux && __GLIBC__ Felix Janda
2015-05-05 19:22   ` Gregor Jasny [this message]
2015-05-06 13:30   ` [PATCH 3/4] Wrap LFS64 functions only if __GLIBC__ Hans Petter Selasky

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=5549187D.6090708@googlemail.com \
    --to=gjasny@googlemail.com \
    --cc=felix.janda@posteo.de \
    --cc=hselasky@freebsd.org \
    --cc=linux-media@vger.kernel.org \
    --cc=mchehab@osg.samsung.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.