diff --git a/functions/sem.xml b/functions/sem.xml index 4c323d1685..393a2c6ca6 100644 --- a/functions/sem.xml +++ b/functions/sem.xml @@ -1,5 +1,5 @@ - + Semaphore and Shared Memory Functions Semaphore @@ -387,6 +387,28 @@ + + + ftok + + Convert a pathname and a project identifier to a System V IPC key + + + + Description + + + int ftok + string pathname + string proj + + + + &warn.undocumented.func; + + + +