Skip to content

Commit

Permalink
build test
Browse files Browse the repository at this point in the history
  • Loading branch information
TaiJuWu committed Mar 17, 2024
1 parent 8f77573 commit 6041cfe
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/nuttx/rwsem.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@

typedef struct
{
#ifdef CONFIG_SMP
spinlock_t protected; /* Protecting Locks for Read/Write Locked Tables */
#endif
sem_t waiting; /* Reader/writer Waiting queue */
int waiter; /* Waiter Count */
int writer; /* Writer Count */
Expand Down

0 comments on commit 6041cfe

Please sign in to comment.