summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorRussell King <rmk@flint.arm.linux.org.uk>2002-02-20 15:58:33 +0000
committerRussell King <rmk@flint.arm.linux.org.uk>2002-02-20 15:58:33 +0000
commit3d0049844eb9bd41a53a30c5449ac12001654a6c (patch)
treec5f41de4e7a0fe1081189bb764bde3d4d308703e /include
parente3b334c9f8b8d26120521fb4f11f3dc544eddbb6 (diff)
Compilation fix; missing close paren.
Diffstat (limited to 'include')
-rw-r--r--include/asm-arm/unistd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/unistd.h b/include/asm-arm/unistd.h
index d7da7b567a31..b5146673bde1 100644
--- a/include/asm-arm/unistd.h
+++ b/include/asm-arm/unistd.h
@@ -256,7 +256,7 @@
#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.