All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] configure: Define _GNU_SOURCE when checking for setns
@ 2022-08-11  5:34 Khem Raj
  2022-08-12 15:30 ` patchwork-bot+netdevbpf
  0 siblings, 1 reply; 2+ messages in thread
From: Khem Raj @ 2022-08-11  5:34 UTC (permalink / raw)
  To: netdev; +Cc: Khem Raj

glibc defines this function only as gnu extention

Signed-off-by: Khem Raj <raj.khem@gmail.com>
---
 configure | 1 +
 1 file changed, 1 insertion(+)

diff --git a/configure b/configure
index 440facb..c02753b 100755
--- a/configure
+++ b/configure
@@ -191,6 +191,7 @@ check_ipt_lib_dir()
 check_setns()
 {
     cat >$TMPDIR/setnstest.c <<EOF
+#define _GNU_SOURCE
 #include <sched.h>
 int main(int argc, char **argv)
 {
-- 
2.37.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] configure: Define _GNU_SOURCE when checking for setns
  2022-08-11  5:34 [PATCH] configure: Define _GNU_SOURCE when checking for setns Khem Raj
@ 2022-08-12 15:30 ` patchwork-bot+netdevbpf
  0 siblings, 0 replies; 2+ messages in thread
From: patchwork-bot+netdevbpf @ 2022-08-12 15:30 UTC (permalink / raw)
  To: Khem Raj; +Cc: netdev

Hello:

This patch was applied to iproute2/iproute2.git (main)
by Stephen Hemminger <stephen@networkplumber.org>:

On Wed, 10 Aug 2022 22:34:40 -0700 you wrote:
> glibc defines this function only as gnu extention
> 
> Signed-off-by: Khem Raj <raj.khem@gmail.com>
> ---
>  configure | 1 +
>  1 file changed, 1 insertion(+)

Here is the summary with links:
  - configure: Define _GNU_SOURCE when checking for setns
    https://git.kernel.org/pub/scm/network/iproute2/iproute2.git/commit/?id=d5fe96ab7092

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-08-12 15:30 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-08-11  5:34 [PATCH] configure: Define _GNU_SOURCE when checking for setns Khem Raj
2022-08-12 15:30 ` patchwork-bot+netdevbpf

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.