mirror of
https://github.com/apache/nuttx.git
synced 2026-08-27 04:10:40 +00:00
wait4() is BSD/Linux-standard (used by toybox's "time" applet) but NuttX only had waitpid()+getrusage() separately. Add it to libs/libc/unistd/ built on top of those two existing primitives, so it needs no syscall plumbing of its own and works unmodified across flat/protected/kernel build separation. Prototype added to include/sys/wait.h. Signed-off-by: Alan C. Assis <acassis@gmail.com> Assisted-by: Claude Sonnet 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| lib_access.c | ||
| lib_alarm.c | ||
| lib_chdir.c | ||
| lib_confstr.c | ||
| lib_crypt.c | ||
| lib_crypt_r.c | ||
| lib_daemon.c | ||
| lib_execl.c | ||
| lib_execle.c | ||
| lib_execv.c | ||
| lib_fchdir.c | ||
| lib_fchownat.c | ||
| lib_flock.c | ||
| lib_fork.c | ||
| lib_fstatvfs.c | ||
| lib_futimes.c | ||
| lib_getcwd.c | ||
| lib_getegid.c | ||
| lib_getentropy.c | ||
| lib_geteuid.c | ||
| lib_getgid.c | ||
| lib_getgroups.c | ||
| lib_gethostname.c | ||
| lib_getopt.c | ||
| lib_getopt_common.c | ||
| lib_getopt_long.c | ||
| lib_getopt_longonly.c | ||
| lib_getoptargp.c | ||
| lib_getopterrp.c | ||
| lib_getoptindp.c | ||
| lib_getoptoptp.c | ||
| lib_getoptvars.c | ||
| lib_getpass.c | ||
| lib_getpgid.c | ||
| lib_getpgrp.c | ||
| lib_getpriority.c | ||
| lib_getresgid.c | ||
| lib_getresuid.c | ||
| lib_getrlimit.c | ||
| lib_getrusage.c | ||
| lib_getsid.c | ||
| lib_getuid.c | ||
| lib_issetugid.c | ||
| lib_linkat.c | ||
| lib_lockf.c | ||
| lib_lutimes.c | ||
| lib_nice.c | ||
| lib_pathconf.c | ||
| lib_pipe.c | ||
| lib_posix_fallocate.c | ||
| lib_readlinkat.c | ||
| lib_restoredir.c | ||
| lib_setegid.c | ||
| lib_seteuid.c | ||
| lib_setgid.c | ||
| lib_setgroups.c | ||
| lib_sethostname.c | ||
| lib_setpgid.c | ||
| lib_setpriority.c | ||
| lib_setregid.c | ||
| lib_setresgid.c | ||
| lib_setresuid.c | ||
| lib_setreuid.c | ||
| lib_setrlimit.c | ||
| lib_setsid.c | ||
| lib_setuid.c | ||
| lib_sleep.c | ||
| lib_statvfs.c | ||
| lib_swab.c | ||
| lib_symlinkat.c | ||
| lib_sysconf.c | ||
| lib_times.c | ||
| lib_truncate.c | ||
| lib_ulimit.c | ||
| lib_unlinkat.c | ||
| lib_usleep.c | ||
| lib_utime.c | ||
| lib_utimes.c | ||
| lib_wait4.c | ||
| Make.defs | ||
| unistd.h | ||