From: Hans Petter Selasky <hps@selasky.org>
To: Mauro Carvalho Chehab <mchehab@osg.samsung.com>,
Felix Janda <felix.janda@posteo.de>
Cc: linux-media@vger.kernel.org
Subject: Re: [PATCH 3/4] Wrap LFS64 functions only if __GLIBC__
Date: Wed, 06 May 2015 15:30:05 +0200 [thread overview]
Message-ID: <554A175D.6030103@selasky.org> (raw)
In-Reply-To: <20150505093402.4c29d565@recife.lan>
On 05/05/15 14:34, Mauro Carvalho Chehab wrote:
> I'm afraid that removing the above would break for FreeBSD, as I think
> it also uses glibc, but not 100% sure.
>
> So, either we should get an ack from Hans Peter, or you should
> change the tests to:
>
> #if linux && __GLIBC__
Hi,
Linux might be defined when compiling webcamd. The following should be fine:
-#ifdef linux
+#if defined(linux) && defined(__GLIBC__)
Thank you!
--HPS
prev parent reply other threads:[~2015-05-06 13:29 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 ` [PATCH 3/4] Wrap LFS64 functions only if __GLIBC__ Gregor Jasny
2015-05-06 13:30 ` Hans Petter Selasky [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=554A175D.6030103@selasky.org \
--to=hps@selasky.org \
--cc=felix.janda@posteo.de \
--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.