Changeset 105d7872 in rtems for cpukit/score/inline

Timestamp:
11/18/99 19:50:15 (24 years ago)
Author:
Jennifer Averett <Jennifer.Averett@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
23168f53
Parents:
17879f4
Message:

Added routine to remove an object from the namespace. It just clears
its name in the name_table. This was required by the POSIX semaphore
and message queue managers which support a concept of open, close, and
unlink. The object becomes "invisible" to further opens following an
unlink but all open sessions remain active until they are closed. This
requires that the removal of an object ID be separate from the removal
of its name.

(No files)

Note: See TracChangeset for help on using the changeset viewer.