lkmpg/examples/other
Integral 885da47d5b
Add missing close() and use EXIT_FAILURE macro (#284)
In cat_nonblock.c, function call of close() is missing, which could
lead to resource leak. Besides, using EXIT_FAILURE macro defined in
stdlib.h provides better readability.
2024-11-12 14:14:20 +08:00
..
cat_nonblock.c Add missing close() and use EXIT_FAILURE macro (#284) 2024-11-12 14:14:20 +08:00
userspace_ioctl.c Fix incoherent ioctl examples (#139) 2022-02-21 00:53:29 +08:00