binaryninja/personal/scc-docs/shm_unlink.txt

16 lines
408 B
Plaintext
Raw Normal View History

2019-04-03 14:46:40 +01:00
shm_unlink
==========
:title: Shellcode Compiler Runtime
---------------------------------------------
int shm_unlink(const char* path);
---------------------------------------------
Deletes the shared memory page denoted by `path`. Returns zero on success, or the negation of the error code on error.
WARNING: This function is not yet available on Linux.
See also
--------
link:shm_open.html[shm_open]