summaryrefslogtreecommitdiff
path: root/arch/arm64/include/uapi/asm/unistd.h
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2016-05-24 15:24:37 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2016-05-24 15:24:37 -0700
commitd04f90ffecb7f6d7358197d7544f5536b6d4d8cc (patch)
tree304b7d46e6f378171310e5a00495dd92e9d9b6e7 /arch/arm64/include/uapi/asm/unistd.h
parent5d22c5ab85e4de3c14d9e79eefc2835f4a8f9b2a (diff)
parentb0da6d44157aa6e652de7634343708251ba64146 (diff)
Merge tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic
Pull asm-generic cleanup from Arnd Bergmann: "I have only one patch for asm-generic in this release, this one is from James Hogan and updates the generic system call table for renameat2 so we don't need to provide both renameat and renameat2 in newly added architectures" * tag 'asm-generic-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-generic: asm-generic: Drop renameat syscall from default list
Diffstat (limited to 'arch/arm64/include/uapi/asm/unistd.h')
-rw-r--r--arch/arm64/include/uapi/asm/unistd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/include/uapi/asm/unistd.h b/arch/arm64/include/uapi/asm/unistd.h
index 1caadc24e3fe..043d17a21342 100644
--- a/arch/arm64/include/uapi/asm/unistd.h
+++ b/arch/arm64/include/uapi/asm/unistd.h
@@ -13,4 +13,7 @@
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
+
+#define __ARCH_WANT_RENAMEAT
+
#include <asm-generic/unistd.h>