extinguish opened a new pull request, #17851: URL: https://github.com/apache/nuttx/pull/17851
## Summary Extended the ioctl.h header to add Linux kernel-compatible macro definitions: 1. Added the _IO(type, nr) macro as a direct mapping to _IOC() 2. Introduced FS_IOC_GETFLAGS and FS_IOC_SETFLAGS macros aliased to existing FIOC_GETFLAGS and FIOC_SETFLAGS ## Impact Enables easier porting of LTP linux kernel testcases code to NuttX without modifying ioctl command definitions ## Testing 1. Verified compilation with existing codebase to ensure no regression -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
