Commit 3d004984 authored by Russell King's avatar Russell King

Compilation fix; missing close paren.

parent e3b334c9
...@@ -256,7 +256,7 @@ ...@@ -256,7 +256,7 @@
#define __NR_removexattr (__NR_SYSCALL_BASE+235) #define __NR_removexattr (__NR_SYSCALL_BASE+235)
#define __NR_lremovexattr (__NR_SYSCALL_BASE+236) #define __NR_lremovexattr (__NR_SYSCALL_BASE+236)
#define __NR_fremovexattr (__NR_SYSCALL_BASE+237) #define __NR_fremovexattr (__NR_SYSCALL_BASE+237)
#define __NR_tkill (__NR_SYSCALL_BASE+238 #define __NR_tkill (__NR_SYSCALL_BASE+238)
/* /*
* The following SWIs are ARM private. * The following SWIs are ARM private.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment