Skip to content

Commit

Permalink
arch/sim: Add the named semaphore API to the nuttx-names.in list
Browse files Browse the repository at this point in the history
 ## Summary of changes

The named semaphore API is also present as part of libfs.a and we want
to avoid colisions and to link to the correct implementation.

Signed-off-by: Sebastian Ene <[email protected]>
  • Loading branch information
Sebastian Ene committed Sep 4, 2020
1 parent f5ec53c commit 6495dad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions arch/sim/src/nuttx-names.in
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,13 @@ NXSYMBOLS(sched_setparam)
NXSYMBOLS(sched_yield)
NXSYMBOLS(seekdir)
NXSYMBOLS(select)
NXSYMBOLS(sem_close)
NXSYMBOLS(sem_destroy)
NXSYMBOLS(sem_getvalue)
NXSYMBOLS(sem_init)
NXSYMBOLS(sem_open)
NXSYMBOLS(sem_post)
NXSYMBOLS(sem_unlink)
NXSYMBOLS(sem_timedwait)
NXSYMBOLS(sem_trywait)
NXSYMBOLS(sem_wait)
Expand Down

0 comments on commit 6495dad

Please sign in to comment.