diff options
author | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-03-04 09:06:47 -0300 |
---|---|---|
committer | Adhemerval Zanella <adhemerval.zanella@linaro.org> | 2020-03-05 14:40:22 -0300 |
commit | d5e492ba4ced4a9101f82dbbd9de77223b9932ac (patch) | |
tree | 30ae988ccb6337ac71d6a7b79f8fb740527ecf88 | |
parent | e5244cd88a5414c964b32bb95cf60fc9c1958a5f (diff) | |
download | glibc-d5e492ba4ced4a9101f82dbbd9de77223b9932ac.tar glibc-d5e492ba4ced4a9101f82dbbd9de77223b9932ac.tar.gz glibc-d5e492ba4ced4a9101f82dbbd9de77223b9932ac.tar.bz2 glibc-d5e492ba4ced4a9101f82dbbd9de77223b9932ac.zip |
linux: Remove aarch64 ipc_priv.h
The aarch64 ipc_priv.h is superflous since
__ASSUME_SYSVIPC_DEFAULT_IPC_64 is now defined as default.
-rw-r--r-- | sysdeps/unix/sysv/linux/aarch64/ipc_priv.h | 21 |
1 files changed, 0 insertions, 21 deletions
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 |