Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

#3167 closed defect (fixed)

Internal status codes must not depend on RTEMS_POSIX_API

Reported by: Sebastian Huber Owned by: Sebastian Huber
Priority: normal Milestone: 5.1
Component: score Version: 5
Severity: normal Keywords:
Cc: Blocked By:
Blocking:

Description

The internal status codes encode a Classic rtems_status_code and error codes used by the POSIX and C11/C++11 APIs. In case the POSIX API is disabled, the C11/C++11 support must still work.

Change History (2)

comment:1 Changed on 10/05/17 at 07:46:12 by Sebastian Huber <sebastian.huber@…>

Resolution: fixed
Status: assignedclosed

In [changeset:"5cf5d46ec864d99be72c99f3a6eed970a34548b7/rtems" 5cf5d46e/rtems]:

score: Make status codes unconditional

The internal status codes encode a Classic rtems_status_code and error
codes used by the POSIX and C11/C++11 APIs. In case the POSIX API is
disabled, the C11/C++11 support must still work.

Close #3167.

comment:2 Changed on 11/09/17 at 06:27:14 by Sebastian Huber

Milestone: 4.12.05.1

Milestone renamed

Note: See TracTickets for help on using tickets.