From patchwork Fri Jan 4 03:10:26 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: dillona@dillona.com X-Patchwork-Id: 209356 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 4A1C52C008F for ; Fri, 4 Jan 2013 14:10:50 +1100 (EST) Received: from localhost ([::1]:48229 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TqxgG-0002hu-Rz for incoming@patchwork.ozlabs.org; Thu, 03 Jan 2013 22:10:48 -0500 Received: from eggs.gnu.org ([208.118.235.92]:44963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tqxg6-0002hp-CR for qemu-devel@nongnu.org; Thu, 03 Jan 2013 22:10:42 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Tqxg1-0004jZ-HX for qemu-devel@nongnu.org; Thu, 03 Jan 2013 22:10:38 -0500 Received: from mail-gg0-f179.google.com ([209.85.161.179]:42692) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Tqxg1-0004jQ-DO for qemu-devel@nongnu.org; Thu, 03 Jan 2013 22:10:33 -0500 Received: by mail-gg0-f179.google.com with SMTP id q1so2515314gge.10 for ; Thu, 03 Jan 2013 19:10:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:sender:from:to:cc:subject:date:message-id:x-mailer; bh=+vzILUh6XrDCezMfuauPFx47B/l9NzbvDZ0WPzMQIn4=; b=Q7lzUHrcVln3p8IDr5hw0n+YawnglVAaqiJHRNySSnsSYi/Dp0uztyQ/ldeGvxLCM8 D99NeqZIl4XQvYnG8jGgyDLFbtRSCfuw2qGUtw0tMTyZxt9JWiUfFRkbErvvxuTMDtcN t6SadpzMf/ka59uMq+BD8NQKcFFFkYDFRuxwK8Vo8Kj8ntRj8fgUSoHEFsB6/ZtY7Ys1 9AKu+odJT+/GIn/7FR3ceheU+/RzNorvFXyDm5M9HTp99WXyZtQ5j+xgKETcIa0wcH56 +u+eQP++FYjVdvJCRRx2zNbP+t+84LcvonYsiIkR5asnB5NPhvtqYRzxN65bNFI/qiSa YPPw== X-Received: by 10.101.135.22 with SMTP id m22mr15103277ann.59.1357269032770; Thu, 03 Jan 2013 19:10:32 -0800 (PST) Received: from localhost.localdomain (adsl-065-005-251-121.sip.bgk.bellsouth.net. [65.5.251.121]) by mx.google.com with ESMTPS id l51sm52170182yhh.16.2013.01.03.19.10.31 (version=TLSv1/SSLv3 cipher=OTHER); Thu, 03 Jan 2013 19:10:32 -0800 (PST) From: dillona@dillona.com To: qemu-devel@nongnu.org Date: Thu, 3 Jan 2013 22:10:26 -0500 Message-Id: <1357269026-3962-1-git-send-email-dillona@dillona.com> X-Mailer: git-send-email 1.7.5.4 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 3.x [fuzzy] X-Received-From: 209.85.161.179 Cc: riku.voipio@iki.fi, Dillon Amburgey Subject: [Qemu-devel] [PATCH] 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 Reviewed-by: Richard Henderson --- linux-user/sparc/syscall_nr.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) 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