This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-11 22:12:46 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
718d4d23add4d124257af63c46491e1c30cfbe4e
nuttx
/
include
/
sys
T
History
Gregory Nutt
1d370178fb
Add support for a union file system that can be used to overlay and merge the content of two mounted file systems.
2015-06-05 13:18:06 -06:00
..
boardctl.h
…
custom_file.h
…
ioctl.h
…
ipc.h
…
mman.h
…
mount.h
…
prctl.h
…
select.h
…
sendfile.h
…
shm.h
…
socket.h
…
sockio.h
…
stat.h
…
statfs.h
Add support for a union file system that can be used to overlay and merge the content of two mounted file systems.
2015-06-05 13:18:06 -06:00
syscall.h
POSIX message queues: Move mq_setattr() and mq_getattr() from nuttx/libc/mqueue to nuttx/sched/mqueue. Also add sysyscall support for mq_setattr() and mq_getattr(). This is necessary in protected and kernel builds because in those cases the message queue structure is protect and cannot be accessed directly from user mode code. Noted by Jouko Holopainen.
2015-06-03 09:24:17 -06:00
time.h
…
types.h
…
un.h
…
vfs.h
…
wait.h
…