SYNOPSIS
#include <sys/mman.h>
int shm_unlink(const char *name);
DESCRIPTION
The
When one or more references to the shared memory object exist when the object
is unlinked, the name is removed before
Even if the object continues to exist after the last
PARAMETERS
RETURN VALUES
On success,
- EACCES
-
Permission is denied to unlink the named shared memory object.
- ENAMETOOLONG
-
The length of the name argument is too long.
- ENOENT
-
The named shared memory object does not exist.
CONFORMANCE
UNIX 03.
MULTITHREAD SAFETY LEVEL
MT-Safe.
PORTING ISSUES
When compiling programs that use this function, you must specify
the
AVAILABILITY
PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition
SEE ALSO
PTC MKS Toolkit 10.5 Documentation Build 40.