summaryrefslogtreecommitdiff
path: root/nuttx/include/sys
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-25 15:19:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-25 15:19:59 -0600
commit1ffc15c3233c8d61953fc2ebc80b5d3c46fc429f (patch)
tree95050f5e635b87d26f4dd98612b05edf632b2a96 /nuttx/include/sys
parent5f6e91b0ed1b373d0b4f963b0e0f8f7fe05ec766 (diff)
downloadnuttx-1ffc15c3233c8d61953fc2ebc80b5d3c46fc429f.tar.gz
nuttx-1ffc15c3233c8d61953fc2ebc80b5d3c46fc429f.tar.bz2
nuttx-1ffc15c3233c8d61953fc2ebc80b5d3c46fc429f.zip
Remove up_assert_code
Diffstat (limited to 'nuttx/include/sys')
-rw-r--r--nuttx/include/sys/syscall.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/nuttx/include/sys/syscall.h b/nuttx/include/sys/syscall.h
index 664cc1d79..f29dfadde 100644
--- a/nuttx/include/sys/syscall.h
+++ b/nuttx/include/sys/syscall.h
@@ -94,8 +94,7 @@
#define SYS_task_delete (CONFIG_SYS_RESERVED+22)
#define SYS_task_restart (CONFIG_SYS_RESERVED+23)
#define SYS_up_assert (CONFIG_SYS_RESERVED+24)
-#define SYS_up_assert_code (CONFIG_SYS_RESERVED+25)
-#define __SYS_vfork (CONFIG_SYS_RESERVED+26)
+#define __SYS_vfork (CONFIG_SYS_RESERVED+25)
/* The following can be individually enabled */