On Sat, May 22, 2004 at 03:42:31AM +0200, Graham Leggett wrote: > The above function returns a pointer to the base address of the shared > memory segment. Will this function ever return NULL? It does not mention > possible failure conditions in the docs at > http://apr.apache.org/docs/apr/group__apr__shm.html#a5
No; this function doesn't ever fail. joe
