Changeset 3b4795b4 in rtems for cpukit/headers.am


Ignore:
Timestamp:
02/14/20 10:20:42 (4 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
b8648bd
Parents:
9bdb6aa3
git-author:
Sebastian Huber <sebastian.huber@…> (02/14/20 10:20:42)
git-committer:
Sebastian Huber <sebastian.huber@…> (02/25/20 06:15:18)
Message:

config: Remove CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLE

The CONFIGURE_HAS_OWN_INIT_TASK_TABLE and
CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLE are the last *_HAS_OWN_*
configuration options. These two options are probably unused, see also:

Removing them simplifies the configuration. If there is a real user need
which shows up after the removal, we can resurrect them on demand.

Using CONFIGURE_POSIX_HAS_OWN_INIT_THREAD_TABLE would have required the
use of the undocumented CONFIGURE_POSIX_INIT_THREAD_TABLE_NAME and
CONFIGURE_POSIX_INIT_THREAD_TABLE_SIZE configuration options.

Update #3874.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/headers.am

    r9bdb6aa3 r3b4795b4  
    190190include_rtems_posix_HEADERS += include/rtems/posix/barrierimpl.h
    191191include_rtems_posix_HEADERS += include/rtems/posix/condimpl.h
    192 include_rtems_posix_HEADERS += include/rtems/posix/config.h
    193192include_rtems_posix_HEADERS += include/rtems/posix/key.h
    194193include_rtems_posix_HEADERS += include/rtems/posix/keyimpl.h
Note: See TracChangeset for help on using the changeset viewer.