diff mbox series

[v2,1/2] linux: Remove aarch64 ipc_priv.h

Message ID 20200304124723.1334-1-adhemerval.zanella@linaro.org
State Accepted
Commit d5e492ba4ced4a9101f82dbbd9de77223b9932ac
Headers show
Series [v2,1/2] linux: Remove aarch64 ipc_priv.h | expand

Commit Message

Adhemerval Zanella March 4, 2020, 12:47 p.m. UTC
Changed from previous version:

  - Split the change on its own patch.

---

The aarch64 ipc_priv.h is superflous since
__ASSUME_SYSVIPC_DEFAULT_IPC_64 is now defined as default.
---
 sysdeps/unix/sysv/linux/aarch64/ipc_priv.h | 21 ---------------------
 1 file changed, 21 deletions(-)
 delete mode 100644 sysdeps/unix/sysv/linux/aarch64/ipc_priv.h

-- 
2.17.1

Comments

Florian Weimer March 4, 2020, 12:58 p.m. UTC | #1
* Adhemerval Zanella:

> diff --git a/sysdeps/unix/sysv/linux/aarch64/ipc_priv.h b/sysdeps/unix/sysv/linux/aarch64/ipc_priv.h

> deleted file mode 100644

> index 07a1c3a7d3..0000000000

> --- a/sysdeps/unix/sysv/linux/aarch64/ipc_priv.h

> +++ /dev/null

> @@ -1,21 +0,0 @@

> -/* Old SysV permission definition for Linux.  AArch64 version.

> -   Copyright (C) 2016-2020 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

> -   <https://www.gnu.org/licenses/>.  */

> -

> -#include <sys/ipc.h>  /* For __key_t  */

> -

> -#define __IPC_64	0x0


This looks okay to me.

Thanks,
Florian
diff mbox series

Patch

diff --git a/sysdeps/unix/sysv/linux/aarch64/ipc_priv.h b/sysdeps/unix/sysv/linux/aarch64/ipc_priv.h
deleted file mode 100644
index 07a1c3a7d3..0000000000
--- a/sysdeps/unix/sysv/linux/aarch64/ipc_priv.h
+++ /dev/null
@@ -1,21 +0,0 @@ 
-/* Old SysV permission definition for Linux.  AArch64 version.
-   Copyright (C) 2016-2020 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
-   <https://www.gnu.org/licenses/>.  */
-
-#include <sys/ipc.h>  /* For __key_t  */
-
-#define __IPC_64	0x0