From patchwork Thu Mar 7 10:21:32 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Riku Voipio X-Patchwork-Id: 225794 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id E764D2C0399 for ; Thu, 7 Mar 2013 21:25:26 +1100 (EST) Received: from localhost ([::1]:60669 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDY0o-0008W5-UY for incoming@patchwork.ozlabs.org; Thu, 07 Mar 2013 05:25:22 -0500 Received: from eggs.gnu.org ([208.118.235.92]:49302) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDXxZ-0002Qu-Op for qemu-devel@nongnu.org; Thu, 07 Mar 2013 05:22:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UDXxW-0003T3-Em for qemu-devel@nongnu.org; Thu, 07 Mar 2013 05:22:01 -0500 Received: from afflict.kos.to ([92.243.29.197]:33628) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UDXxW-0003Sq-7J for qemu-devel@nongnu.org; Thu, 07 Mar 2013 05:21:58 -0500 Received: from localhost.localdomain (unknown [118.143.64.134]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by afflict.kos.to (Postfix) with ESMTPSA id 392B3264BB; Thu, 7 Mar 2013 11:21:55 +0100 (CET) From: riku.voipio@linaro.org To: qemu-devel@nongnu.org Date: Thu, 7 Mar 2013 10:21:32 +0000 Message-Id: X-Mailer: git-send-email 1.8.1.2 In-Reply-To: References: X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x X-Received-From: 92.243.29.197 Cc: Dillon Amburgey Subject: [Qemu-devel] [PATCH 7/7] linux-user: Add more sparc syscall numbers X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Dillon Amburgey Signed-off-by: Dillon Amburgey Signed-off-by: Riku Voipio --- linux-user/sparc/syscall_nr.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/linux-user/sparc/syscall_nr.h b/linux-user/sparc/syscall_nr.h index 061711c..534e6e9 100644 --- a/linux-user/sparc/syscall_nr.h +++ b/linux-user/sparc/syscall_nr.h @@ -200,6 +200,8 @@ #define TARGET_NR__newselect 230 /* Linux Specific */ #define TARGET_NR_time 231 /* Linux Specific */ #define TARGET_NR_stime 233 /* Linux Specific */ +#define TARGET_NR_statfs64 234 /* Linux Specific */ +#define TARGET_NR_fstatfs64 235 /* Linux Specific */ #define TARGET_NR__llseek 236 /* Linux Specific */ #define TARGET_NR_mlock 237 #define TARGET_NR_munlock 238