Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 15 Jul 2017 15:21:43 +0000 (UTC)
From:      Dmitry Chagin <dchagin@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-10@freebsd.org
Subject:   svn commit: r321013 - stable/10/sys/amd64/linux
Message-ID:  <201707151521.v6FFLhva011499@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dchagin
Date: Sat Jul 15 15:21:43 2017
New Revision: 321013
URL: https://svnweb.freebsd.org/changeset/base/321013

Log:
  MFC r293907 (glebius@) partially:
  
  Change linux get_robust_list system call to match actual linux one.
  This is the forgotten part of r293897.

Modified:
  stable/10/sys/amd64/linux/syscalls.master
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/sys/amd64/linux/syscalls.master
==============================================================================
--- stable/10/sys/amd64/linux/syscalls.master	Sat Jul 15 15:08:18 2017	(r321012)
+++ stable/10/sys/amd64/linux/syscalls.master	Sat Jul 15 15:21:43 2017	(r321013)
@@ -461,8 +461,8 @@
 272	AUE_NULL	STD	{ int linux_unshare(void); }
 273	AUE_NULL	STD	{ int linux_set_robust_list(struct linux_robust_list_head *head, \
 				    l_size_t len); }
-274	AUE_NULL	STD	{ int linux_get_robust_list(l_int pid, struct linux_robust_list_head *head, \
-				    l_size_t *len); }
+274	AUE_NULL	STD	{ int linux_get_robust_list(l_int pid, \
+				    struct linux_robust_list_head **head, l_size_t *len); }
 275	AUE_NULL	STD	{ int linux_splice(void); }
 276	AUE_NULL	STD	{ int linux_tee(void); }
 277	AUE_NULL	STD	{ int linux_sync_file_range(void); }



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201707151521.v6FFLhva011499>