From 0371a4df22e2fc9ab27c4cce2b076189993a19bb Mon Sep 17 00:00:00 2001 From: xiaoxiang Date: Fri, 20 Aug 2021 20:43:20 +0800 Subject: [PATCH] Revert "sim: add popen and pclose to nuttx-name.in" This reverts commit 6eb29f9715cd74e1d7178fcb9c210d90eb98f242. Reason for revert: don't need Change-Id: If600953ae9b2de006e1ce319c68343f1c21facf9 --- arch/sim/src/nuttx-names.in | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/sim/src/nuttx-names.in b/arch/sim/src/nuttx-names.in index 59ede49ad9d..3a7bcc9d0c0 100644 --- a/arch/sim/src/nuttx-names.in +++ b/arch/sim/src/nuttx-names.in @@ -63,10 +63,8 @@ NXSYMBOLS(mmap) NXSYMBOLS(munmap) NXSYMBOLS(open) NXSYMBOLS(opendir) -NXSYMBOLS(pclose) NXSYMBOLS(perror) NXSYMBOLS(poll) -NXSYMBOLS(popen) NXSYMBOLS(posix_memalign) NXSYMBOLS(pthread_cond_destroy) NXSYMBOLS(pthread_cond_init)