From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18370 invoked by alias); 14 Sep 2015 10:06:11 -0000 Mailing-List: contact gdb-prs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-prs-owner@sourceware.org Received: (qmail 18343 invoked by uid 55); 14 Sep 2015 10:06:10 -0000 From: "cvs-commit at gcc dot gnu.org" To: gdb-prs@sourceware.org Subject: [Bug gdb/18957] Error: static declaration of setns follows non-static declaration Date: Mon, 14 Sep 2015 10:06:00 -0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: gdb X-Bugzilla-Component: gdb X-Bugzilla-Version: unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: NEW X-Bugzilla-Resolution: X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2015-q3/txt/msg00285.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=18957 --- Comment #1 from cvs-commit at gcc dot gnu.org --- The gdb-7.10-branch branch has been updated by Gary Benson : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a8c636cb54328fb9a71dcf27b66a7e7ab5443d88 commit a8c636cb54328fb9a71dcf27b66a7e7ab5443d88 Author: Gary Benson Date: Mon Sep 14 11:02:06 2015 +0100 Fix build issue with nat/linux-namespaces.c This commit fixes a build issue on systems with a prototype for setns in their header files but no working setns is detected by configure. gdb/ChangeLog: PR gdb/18957 * nat/linux-namespaces.c (setns): Rename from this ... (do_setns): ... to this. Support calling setns if it exists. (mnsh_handle_setns): Call do_setns. -- You are receiving this mail because: You are on the CC list for the bug.