[RTEMS Project] #3134: Remove LIBIO_FLAGS_CREATE
RTEMS trac
trac at rtems.org
Thu Sep 14 05:10:53 UTC 2017
#3134: Remove LIBIO_FLAGS_CREATE
-----------------------------+------------------------------
Reporter: Sebastian Huber | Owner: Sebastian Huber
Type: enhancement | Status: assigned
Priority: normal | Milestone: 4.12.0
Component: filesystem | Version:
Severity: normal | Resolution:
Keywords: |
-----------------------------+------------------------------
Comment (by Sebastian Huber):
The LIBIO_FLAGS_CREATE is actually used in one place via
rtems_libio_to_fcntl_flags() for fcntl(fd, F_GETFL). However, POSIX
mandates that only access and status flags are returned.
http://pubs.opengroup.org/onlinepubs/9699919799/functions/fcntl.html
Status flags are defined here:
http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/fcntl.h.html
--
Ticket URL: <http://devel.rtems.org/ticket/3134#comment:1>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list