nuttx/include/sys
guoshichao c33d1c9c97 sched/task/fork: add fork implementation
1. as we can use fork to implement vfork, so we rename the vfork to
fork, and use the fork method as the base to implement vfork method
2. create the vfork function as a libc function based on fork
function

Signed-off-by: guoshichao <guoshichao@xiaomi.com>
2023-07-12 02:27:37 +08:00
..
boardctl.h boardctl: Add const to struct boardioc_symtab_s::symtab 2023-07-06 09:24:02 -03:00
custom_file.h
endian.h include/sys: fix definition of __BYTE_ORDER 2023-05-19 02:40:38 +08:00
epoll.h
eventfd.h
file.h include: Fix nxstyle errors 2023-05-04 02:07:01 +08:00
ioctl.h
ipc.h
mman.h
mount.h
msg.h
param.h
poll.h Support gcc FORTIFY_SOURCE features for nuttx libc 2023-06-22 20:38:45 +08:00
prctl.h
queue.h
random.h
resource.h
select.h include/sys: Include string.h to silence implicit memset declration. 2023-06-27 10:36:13 +03:00
sendfile.h
shm.h
signalfd.h
socket.h Support gcc FORTIFY_SOURCE features for nuttx libc 2023-06-22 20:38:45 +08:00
sockio.h
stat.h
statfs.h statfs: add f_fsid field for third-party code compile 2023-06-16 11:10:25 +08:00
statvfs.h
syscall_lookup.h sched/task/fork: add fork implementation 2023-07-12 02:27:37 +08:00
syscall.h
sysinfo.h
sysmacros.h
time.h sched: add support for adjtime() interface 2023-04-25 14:37:50 -03:00
timerfd.h
times.h
tree.h
types.h fs: Define __USE_FILE_OFFSET64 when CONFIG_FS_LARGEFILE is enabled 2023-06-30 20:22:10 -03:00
uio.h
un.h
utsname.h
vfs.h
videoio.h
wait.h