From patchwork Mon Mar 11 19:27:43 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Riku Voipio X-Patchwork-Id: 226657 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 40BE52C02C9 for ; Tue, 12 Mar 2013 06:32:23 +1100 (EST) Received: from localhost ([::1]:41419 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UF8SL-0006jc-FG for incoming@patchwork.ozlabs.org; Mon, 11 Mar 2013 15:32:21 -0400 Received: from eggs.gnu.org ([208.118.235.92]:52429) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UF8OD-0007rI-Q4 for qemu-devel@nongnu.org; Mon, 11 Mar 2013 15:28:14 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UF8O1-00031g-63 for qemu-devel@nongnu.org; Mon, 11 Mar 2013 15:28:05 -0400 Received: from afflict.kos.to ([92.243.29.197]:34980) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UF8O0-00031H-Vn for qemu-devel@nongnu.org; Mon, 11 Mar 2013 15:27:53 -0400 Received: from kos.to (a91-156-58-157.elisa-laajakaista.fi [91.156.58.157]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by afflict.kos.to (Postfix) with ESMTPSA id 38AC026543 for ; Mon, 11 Mar 2013 20:27:51 +0100 (CET) Received: from voipio (uid 1000) (envelope-from voipio@kos.to) id 5e0e09 by kos.to (DragonFly Mail Agent); Mon, 11 Mar 2013 21:27:49 +0200 From: riku.voipio@linaro.org To: qemu-devel@nongnu.org Date: Mon, 11 Mar 2013 21:27:43 +0200 Message-Id: <0d95fda86b0d69fc4010f6bb37aa4fd38f1addff.1363029059.git.riku.voipio@linaro.org> X-Mailer: git-send-email 1.7.10.4 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 06/11] 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