Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 568cb09b authored by Nicolas Pitre's avatar Nicolas Pitre Committed by Russell King
Browse files

[ARM] 3495/1: EABI: undefine removed syscalls, but...



Patch from Nicolas Pitre

... but only for user space.

Signed-off-by: default avatarNicolas Pitre <nico@cam.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 99532559
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -363,7 +363,7 @@
/*
 * The following syscalls are obsolete and no longer available for EABI.
 */
#if defined(__ARM_EABI__)
#if defined(__ARM_EABI__) && !defined(__KERNEL__)
#undef __NR_time
#undef __NR_umount
#undef __NR_stime