This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 16/21] ARC: testsuite fix: sysvipc/*



On 18/12/2018 19:04, Vineet Gupta wrote:
> Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
> ---
>  ChangeLog                              |  1 +
>  sysdeps/unix/sysv/linux/arc/ipc_priv.h | 21 +++++++++++++++++++++
>  2 files changed, 22 insertions(+)
>  create mode 100644 sysdeps/unix/sysv/linux/arc/ipc_priv.h
> 
> diff --git a/ChangeLog b/ChangeLog
> index 909b1af09a31..d3a979a9236b 100644
> --- a/ChangeLog
> +++ b/ChangeLog
> @@ -109,6 +109,7 @@
>  	* sysdeps/arc/start.S: likewise.
>  	* sysdeps/arc/entry.h: Add ENTRY_POINT define check.
>  	* sysdeps/arc/crti.S: add .hidden annotations.
> +	* sysdeps/unix/sysv/linux/arc/ipc_priv.h: New file.
>  
>  2018-12-17  Joseph Myers  <joseph@codesourcery.com>
>  
> diff --git a/sysdeps/unix/sysv/linux/arc/ipc_priv.h b/sysdeps/unix/sysv/linux/arc/ipc_priv.h
> new file mode 100644
> index 000000000000..5f6e9815d169
> --- /dev/null
> +++ b/sysdeps/unix/sysv/linux/arc/ipc_priv.h
> @@ -0,0 +1,21 @@
> +/* Old SysV permission definition for Linux.  ARC version.
> +   Copyright (C) 2016-2018 Free Software Foundation, Inc.
> +   This file is part of the GNU C Library.
> +
> +   The GNU C Library is free software; you can redistribute it and/or
> +   modify it under the terms of the GNU Lesser General Public
> +   License as published by the Free Software Foundation; either
> +   version 2.1 of the License, or (at your option) any later version.
> +
> +   The GNU C Library is distributed in the hope that it will be useful,
> +   but WITHOUT ANY WARRANTY; without even the implied warranty of
> +   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
> +   Lesser General Public License for more details.
> +
> +   You should have received a copy of the GNU Lesser General Public
> +   License along with the GNU C Library; if not, see
> +   <http://www.gnu.org/licenses/>.  */
> +
> +#include <sys/ipc.h>  /* For __key_t  */
> +
> +#define __IPC_64	0x0
> 

As a side note, it seems that new ports define __IPC_64 to 0x0. So I think
I will try to clean this up for 2.30 to avoid having all new ports to
redefine it.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]