Changeset b4f895e in rtems


Ignore:
Timestamp:
05/17/19 07:21:03 (5 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
4f06863
Parents:
45d0659
git-author:
Sebastian Huber <sebastian.huber@…> (05/17/19 07:21:03)
git-committer:
Sebastian Huber <sebastian.huber@…> (05/20/19 06:33:09)
Message:

posix: Remove unused OBJECTS_POSIX_INTERRUPTS

Location:
cpukit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cpukit/include/rtems/score/objectdata.h

    r45d0659 rb4f895e  
    8181  OBJECTS_POSIX_THREADS             = 1,
    8282  OBJECTS_POSIX_KEYS                = 2,
    83   OBJECTS_POSIX_INTERRUPTS          = 3,
    8483  OBJECTS_POSIX_MESSAGE_QUEUES      = 5,
    8584  OBJECTS_POSIX_SEMAPHORES          = 7,
  • cpukit/rtems/src/rtemsobjectgetapiclassname.c

    r45d0659 rb4f895e  
    4646  { "Thread",                  OBJECTS_POSIX_THREADS, 0},
    4747  { "Key",                     OBJECTS_POSIX_KEYS, 0},
    48 #ifdef RTEMS_POSIX_API
    49   { "Interrupt",               OBJECTS_POSIX_INTERRUPTS, 0},
    50 #endif
    5148  { "Message Queue",           OBJECTS_POSIX_MESSAGE_QUEUES, 0},
    5249  { "Semaphore",               OBJECTS_POSIX_SEMAPHORES, 0},
Note: See TracChangeset for help on using the changeset viewer.