Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | manual/ipc.texi: Fix AC-safety notes. | Carlos O'Donell | 2014-04-08 | 1 | -2/+2 |
| | | | | | The function sem_close is AC-unsafe because lll_lock* leaks a lock (aculock) and not because of twalk. | ||||
* | Use @Theglibc{} in manual/ipc.texi. | Carlos O'Donell | 2014-02-26 | 1 | -1/+1 |
| | |||||
* | Add a new "Inter-Process Communication" chapter. | Carlos O'Donell | 2014-02-26 | 1 | -0/+116 |
This patch adds a new "Inter-Process Communication" chapter to cover the sem*, msg*, and shm* functions. Initially we document only the sem* function signatures and their safety notes. |