{
{
{
{    The purpose of this request is to change the segment inheritance
{ attributes of all segments opened or created when the requesting task was
{ loaded.  Setting segment inheritance causes these segments to be marked as
{ inherited; any child tasks created after this request is issued will inherit
{ these segments in the same process segment numbers in which they were opened
{ or created.
{
{    This request also causes the stack segment associated with rings from
{ which the request was issued to also be inherited.
{
{       PMP$CHANGE_INHERITABLE_SEGMENTS (OPTION, STATUS)
{
{  OPTION: (input)  This parameter specifies the inheritance option to use.
{        Permissible values are:
{          pmc$inherit_code_and_data:  modifiable static segments,
{            passed stack segments and nonmodifiable segments are shared.
{          pmc$clear_inherited_segments:  no segments are inherited except for
{            stacks if they are passed.
{
{  STATUS: (output) This parameter specifies the request status.
{       CONDITIONS:
{             pme$illegal_ada_control_task
{             pme$invalid_inheritance_option
{             pme$invalid_loaded_ring
