From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.org/gmane.linux.lib.musl.general/10608 Path: news.gmane.org!.POSTED!not-for-mail From: Szabolcs Nagy Newsgroups: gmane.linux.lib.musl.general Subject: [PATCH 2/7] add sh syscall numbers from linux v4.8 Date: Sun, 9 Oct 2016 19:00:07 +0200 Message-ID: <20161009170007.GD28065@port70.net> References: <20161009165739.GB28065@port70.net> Reply-To: musl@lists.openwall.com NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: blaine.gmane.org 1476032437 15435 195.159.176.226 (9 Oct 2016 17:00:37 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Sun, 9 Oct 2016 17:00:37 +0000 (UTC) User-Agent: Mutt/1.6.0 (2016-04-01) To: musl@lists.openwall.com Original-X-From: musl-return-10621-gllmg-musl=m.gmane.org@lists.openwall.com Sun Oct 09 19:00:34 2016 Return-path: Envelope-to: gllmg-musl@m.gmane.org Original-Received: from mother.openwall.net ([195.42.179.200]) by blaine.gmane.org with smtp (Exim 4.84_2) (envelope-from ) id 1btHSW-00022X-8S for gllmg-musl@m.gmane.org; Sun, 09 Oct 2016 19:00:20 +0200 Original-Received: (qmail 13539 invoked by uid 550); 9 Oct 2016 17:00:20 -0000 Mailing-List: contact musl-help@lists.openwall.com; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-ID: Original-Received: (qmail 13501 invoked from network); 9 Oct 2016 17:00:19 -0000 Mail-Followup-To: musl@lists.openwall.com Content-Disposition: inline In-Reply-To: <20161009165739.GB28065@port70.net> Xref: news.gmane.org gmane.linux.lib.musl.general:10608 Archived-At: sh was updated in linux commit 74bdaa611fa69368fb4032ad437af073d31116bd to have numbers for new syscalls. --- arch/sh/bits/syscall.h.in | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/arch/sh/bits/syscall.h.in b/arch/sh/bits/syscall.h.in index 595fc4d..420f4a0 100644 --- a/arch/sh/bits/syscall.h.in +++ b/arch/sh/bits/syscall.h.in @@ -338,4 +338,18 @@ #define __NR_process_vm_writev 366 #define __NR_kcmp 367 #define __NR_finit_module 368 +#define __NR_sched_getattr 369 +#define __NR_sched_setattr 370 +#define __NR_renameat2 371 +#define __NR_seccomp 372 +#define __NR_getrandom 373 +#define __NR_memfd_create 374 +#define __NR_bpf 375 +#define __NR_execveat 376 +#define __NR_userfaultfd 377 +#define __NR_membarrier 378 +#define __NR_mlock2 379 +#define __NR_copy_file_range 380 +#define __NR_preadv2 381 +#define __NR_pwritev2 382 -- 2.10.0