mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 17:33:08 +08:00
Back out 522f95abe87d71c7025f2f358a8f350134e284b2: What was I thinking?
This commit is contained in:
@@ -60,12 +60,12 @@
|
||||
struct inode;
|
||||
struct nsem_inode_s
|
||||
{
|
||||
/* Inode payload unique to named semaphores. ns_sem must appear first in
|
||||
* this structure in order to support casting between type sem_t and
|
||||
/* Inode payload unique to named semaphores. ns_inode must appear first
|
||||
* in this structure in order to support casting between type sem_t and
|
||||
* types of struct nsem_inode_s. */
|
||||
|
||||
sem_t ns_sem; /* The semaphore */
|
||||
FAR struct inode *ns_inode; /* Containing inode */
|
||||
sem_t ns_sem; /* The semaphore */
|
||||
};
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user