nuttx-apps/examples/nxterm
wangzhi16 a843190684 system/ofloader: fix compile error.
ofloader.c:78:11: error: implicit declaration of function 'close'; did you mean 'pclose'? [-Werror=implicit-function-declaration]
   78 |           close(devinfo[count].fd);
      |           ^~~~~
      |           pclose

ofloader.c:293:8: error: unknown type name 'pthread_addr_t'
  293 | static pthread_addr_t fake_idle(pthread_addr_t arg)
      |        ^~~~~~~~~~~~~~

Signed-off-by: wangzhi16 <wangzhi16@xiaomi.com>
2026-04-20 15:19:33 +08:00
..
CMakeLists.txt cmake:refine cmake build for apps/examples 2026-04-20 15:11:53 +08:00
Kconfig Change the private default signal number to 32 2026-04-20 15:08:40 +08:00
Make.defs nshlib: support c++ access nsh api 2026-04-20 14:56:29 +08:00
Makefile nshlib: support c++ access nsh api 2026-04-20 14:56:29 +08:00
nxterm_internal.h Indent the define statement by two spaces 2026-04-20 15:09:30 +08:00
nxterm_listener.c nshlib: support c++ access nsh api 2026-04-20 14:56:29 +08:00
nxterm_main.c system/ofloader: fix compile error. 2026-04-20 15:19:33 +08:00
nxterm_toolbar.c nshlib: support c++ access nsh api 2026-04-20 14:56:29 +08:00
nxterm_wndo.c nshlib: support c++ access nsh api 2026-04-20 14:56:29 +08:00