A NOTE has been added to this issue. ====================================================================== https://www.austingroupbugs.net/view.php?id=1944 ====================================================================== Reported By: joelsherrill Assigned To: ====================================================================== Project: 1003.1(2024)/Issue8 Issue ID: 1944 Category: System Interfaces Type: Clarification Requested Severity: Comment Priority: normal Status: New Name: Joel Sherrill Organization: RTEMS Project User Reference: Section: C243.pdf Page Number: p. 1553 Line Number: 52176 Interp Status: --- Final Accepted Text: ====================================================================== Date Submitted: 2025-09-10 23:48 UTC Last Modified: 2025-09-25 15:26 UTC ====================================================================== Summary: posix_devctl() uses int for command where some ioctl() implementations use larger type ======================================================================
---------------------------------------------------------------------- (0007278) geoffclare (manager) - 2025-09-25 15:26 https://www.austingroupbugs.net/view.php?id=1944#c7278 ---------------------------------------------------------------------- After page 234 line 8250 section <devctl.h>, add: <blockquote>The <b><devctl.h></b> header shall define the <b>devctl_cmd_t</b> type as an integer type with a width greater than or equal to the width of type <b>int</b>.</blockquote> On page 1557 line 52177 section posix_devctl(), change: <blockquote>int dcmd</blockquote> to: <blockquote>devctl_cmd_t dcmd</blockquote> Issue History Date Modified Username Field Change ====================================================================== 2025-09-10 23:48 joelsherrill New Issue 2025-09-25 15:26 geoffclare Note Added: 0007278 ======================================================================
