From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MTdNF-0007S8-M9 for qemu-devel@nongnu.org; Wed, 22 Jul 2009 11:04:53 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MTdNB-0007Px-TI for qemu-devel@nongnu.org; Wed, 22 Jul 2009 11:04:53 -0400 Received: from [199.232.76.173] (port=39213 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MTdNB-0007Pu-P6 for qemu-devel@nongnu.org; Wed, 22 Jul 2009 11:04:49 -0400 Received: from rv-out-0708.google.com ([209.85.198.246]:11455) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MTdNB-0000II-FL for qemu-devel@nongnu.org; Wed, 22 Jul 2009 11:04:49 -0400 Received: by rv-out-0708.google.com with SMTP id b17so68319rvf.22 for ; Wed, 22 Jul 2009 08:04:47 -0700 (PDT) Message-ID: <4A672A89.9080502@codemonkey.ws> Date: Wed, 22 Jul 2009 10:04:41 -0500 From: Anthony Liguori MIME-Version: 1.0 Subject: Re: [Qemu-devel] [PATCH] check for PR_SET_NAME being defined References: <1248185708-23715-1-git-send-email-froydnj@codesourcery.com> In-Reply-To: <1248185708-23715-1-git-send-email-froydnj@codesourcery.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Nathan Froyd Cc: qemu-devel@nongnu.org Nathan Froyd wrote: > Depending on what glibc/kernel headers you are compiling against, > PR_SET_NAME may or may not be defined. Do the right thing if > PR_SET_NAME isn't defined and skip setting the process name. > Needs a Signed-off-by. Regards, Anthony Liguori