]> git.hungrycats.org Git - linux/commitdiff
Compilation fix; missing close paren.
authorRussell King <rmk@flint.arm.linux.org.uk>
Wed, 20 Feb 2002 15:58:33 +0000 (15:58 +0000)
committerRussell King <rmk@flint.arm.linux.org.uk>
Wed, 20 Feb 2002 15:58:33 +0000 (15:58 +0000)
include/asm-arm/unistd.h

index d7da7b567a311db8aea22b557299d92cfc2fc4ce..b5146673bde1fecd67fe6bf6b6dfdd8a286de65f 100644 (file)
 #define __NR_removexattr               (__NR_SYSCALL_BASE+235)
 #define __NR_lremovexattr              (__NR_SYSCALL_BASE+236)
 #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.