Skip to content

Commit

Permalink
[ARM] 3495/1: EABI: undefine removed syscalls, but...
Browse files Browse the repository at this point in the history
Patch from Nicolas Pitre

... but only for user space.

Signed-off-by: Nicolas Pitre <nico@cam.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Nicolas Pitre authored and Russell King committed May 5, 2006
1 parent 9953255 commit 568cb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-arm/unistd.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 568cb09

Please sign in to comment.