summaryrefslogtreecommitdiff
path: root/nuttx/include
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-16 15:43:39 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-04-16 15:43:39 +0000
commit105a59fa90e7dd9f7cd2bea774d99e60c3562fa8 (patch)
tree3130fee552185c1366e662b4506a3f5ffb3d870f /nuttx/include
parentcbb245c0b6816c10be52a03a3ea8c66db8e0a7ae (diff)
downloadpx4-nuttx-105a59fa90e7dd9f7cd2bea774d99e60c3562fa8.tar.gz
px4-nuttx-105a59fa90e7dd9f7cd2bea774d99e60c3562fa8.tar.bz2
px4-nuttx-105a59fa90e7dd9f7cd2bea774d99e60c3562fa8.zip
THTTPD works on LPCXpresso
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3514 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/include')
-rw-r--r--nuttx/include/sys/syscall.h16
1 files changed, 5 insertions, 11 deletions
diff --git a/nuttx/include/sys/syscall.h b/nuttx/include/sys/syscall.h
index 5c1570c53..616c39546 100644
--- a/nuttx/include/sys/syscall.h
+++ b/nuttx/include/sys/syscall.h
@@ -135,17 +135,11 @@
#ifndef CONFIG_DISABLE_CLOCK
# define SYS_clock_systimer (__SYS_clock+0)
-# define SYS_clock_uptime (__SYS_clock+1)
-# define SYS_clock_getres (__SYS_clock+2)
-# define SYS_clock_gettime (__SYS_clock+3)
-# define SYS_clock_settime (__SYS_clock+4)
-# define SYS_gettimeofday (__SYS_clock+5)
-# ifdef CONFIG_UPTIME
-# define SYS_clock_uptime (__SYS_clock+6)
-# define __SYS_timers (__SYS_clock+7)
-# else
-# define __SYS_timers (__SYS_clock+6)
-#endif
+# define SYS_clock_getres (__SYS_clock+1)
+# define SYS_clock_gettime (__SYS_clock+2)
+# define SYS_clock_settime (__SYS_clock+3)
+# define SYS_gettimeofday (__SYS_clock+4)
+# define __SYS_timers (__SYS_clock+5)
#else
# define __SYS_timers __SYS_clock
#endif