You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/07/02 10:02:51 UTC

[incubator-nuttx] 04/04: sim: add setitimer to nuttx-names.in

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 2ab1dcf76396a49c98579fc226b5328406767ea2
Author: ligd <li...@xiaomi.com>
AuthorDate: Fri Mar 26 22:57:35 2021 +0800

    sim: add setitimer to nuttx-names.in
    
    Change-Id: Id6d91d81b3d67cbe9215eb94f4ef394d61156fe8
---
 arch/sim/src/nuttx-names.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/sim/src/nuttx-names.in b/arch/sim/src/nuttx-names.in
index 776d1dd..66b0903 100644
--- a/arch/sim/src/nuttx-names.in
+++ b/arch/sim/src/nuttx-names.in
@@ -84,6 +84,7 @@ NXSYMBOLS(rmdir)
 NXSYMBOLS(sched_yield)
 NXSYMBOLS(select)
 NXSYMBOLS(sendmsg)
+NXSYMBOLS(setitimer)
 NXSYMBOLS(setjmp)
 NXSYMBOLS(shutdown)
 NXSYMBOLS(sigaction)