summaryrefslogtreecommitdiffstats
path: root/nuttx/sched/sem_unlink.c
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-12-14 19:30:18 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2009-12-14 19:30:18 +0000
commit270802f65be74f542a5b66a71e17a5f6341818b4 (patch)
treed10315fb8eeff8dadcbde87cc1e0715d015bf261 /nuttx/sched/sem_unlink.c
parentc382a1d9047c845deaecdf142fc57db8eb1f8f25 (diff)
Changing NuttX fixed size type names to C99 standard names -- things will be broken for awhile
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2337 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/sched/sem_unlink.c')
-rw-r--r--nuttx/sched/sem_unlink.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/nuttx/sched/sem_unlink.c b/nuttx/sched/sem_unlink.c
index 4a53a1da6b..79f8be0104 100644
--- a/nuttx/sched/sem_unlink.c
+++ b/nuttx/sched/sem_unlink.c
@@ -47,10 +47,6 @@
#include "sem_internal.h"
/****************************************************************************
- * Compilation Switches
- ****************************************************************************/
-
-/****************************************************************************
* Definitions
****************************************************************************/