[RTEMS Project] #3935: Remove use of RTEMS_INLINE_ROUTINE in the RTEMS sources

RTEMS trac trac at rtems.org
Mon Sep 19 07:01:30 UTC 2022


#3935: Remove use of RTEMS_INLINE_ROUTINE in the RTEMS sources
-----------------------------+------------------------------
 Reporter:  Sebastian Huber  |       Owner:  Sebastian Huber
     Type:  task             |      Status:  closed
 Priority:  normal           |   Milestone:  6.1
Component:  unspecified      |     Version:  6
 Severity:  normal           |  Resolution:  fixed
 Keywords:                   |  Blocked By:
 Blocking:                   |
-----------------------------+------------------------------
Changes (by Sebastian Huber <sebastian.huber@…>):

 * status:  assigned => closed
 * resolution:   => fixed


Comment:

 In [changeset:"a660e9dc47c522fe1a1b7f6e4af1795dbd6c20b1/rtems"
 a660e9dc/rtems]:
 {{{
 #!CommitTicketReference repository="rtems"
 revision="a660e9dc47c522fe1a1b7f6e4af1795dbd6c20b1"
 Do not use RTEMS_INLINE_ROUTINE

 Directly use "static inline" which is available in C99 and later.  This
 brings
 the RTEMS implementation closer to standard C.

 Close #3935.
 }}}

--
Ticket URL: <http://devel.rtems.org/ticket/3935#comment:5>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list