summaryrefslogtreecommitdiff
path: root/nuttx/sched/sem_internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/sched/sem_internal.h')
-rw-r--r--nuttx/sched/sem_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/sched/sem_internal.h b/nuttx/sched/sem_internal.h
index 4688e0cae..434c551a4 100644
--- a/nuttx/sched/sem_internal.h
+++ b/nuttx/sched/sem_internal.h
@@ -68,6 +68,7 @@ struct nsem_s
bool unlinked; /* true if the semaphore has been unlinked */
sem_t sem; /* The semaphore itself */
};
+
typedef struct nsem_s nsem_t;
/****************************************************************************