316f6aea71
Tested with a modified nsh on esp32-devkitc. ``` int main(int argc, FAR char *argv[]) { + int fd = open("/dev/null", O_RDWR); + _info("hey _info %d\n", fd); + write(1, "hey stdout\n", 11); + write(2, "hey stderr\n", 11); ``` |
||
---|---|---|
.. | ||
Make.defs | ||
group.h | ||
group_addrenv.c | ||
group_childstatus.c | ||
group_continue.c | ||
group_create.c | ||
group_exitinfo.c | ||
group_find.c | ||
group_foreachchild.c | ||
group_free.c | ||
group_getgid.c | ||
group_getuid.c | ||
group_join.c | ||
group_killchildren.c | ||
group_leave.c | ||
group_malloc.c | ||
group_realloc.c | ||
group_setgid.c | ||
group_setuid.c | ||
group_setupidlefiles.c | ||
group_setupstreams.c | ||
group_setuptaskfiles.c | ||
group_signal.c | ||
group_suspendchildren.c | ||
group_waiter.c | ||
group_zalloc.c |