This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-03-27 10:39:28 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
57b6dec74da8dcfd35f1500b259b8f6bdf0945d4
nuttx
/
drivers
/
loop
History
Fabio D'Urso
57b6dec74d
If we want to open read-only in losetup.c, flags should be O_RDONLY not O_RDWR
2018-01-14 17:10:10 -06:00
..
Kconfig
Some minor clean-up from last changes
2015-11-25 17:52:47 -06:00
loop.c
drivers/loop: Don't use file descriptors... Use the internal file system interfaces so that the loop device can be shared across threads.
2017-11-02 16:31:56 -06:00
losetup.c
If we want to open read-only in losetup.c, flags should be O_RDONLY not O_RDWR
2018-01-14 17:10:10 -06:00
Make.defs
…