総合手引 | セクション 2 | English | オプション |
#include <machine/param.h>
#include <sys/types.h>
#include <sys/ipc.h>
#include <sys/shm.h>
shmdt() は、 addr で指定されるアドレスにある共有メモリセグメントを、呼び出しプロセスの アドレス空間からデタッチします。
The shmdt function returns the value 0 if successful; otherwise the value -1 is returned and the global variable errno is set to indicate the error.
[EINVAL] | |
shmid に対応する共有メモリセグメントが見つかりませんでした。 | |
[EINVAL] | |
addr 引数が有効なアドレスではありませんでした。 | |
shmdt() システムコールは次の場合に処理に失敗します:
[EINVAL] | |
addr 引数は共有メモリセグメントを指していません。 | |
SHMAT (2) | August 2, 1995 |
総合手引 | セクション 2 | English | オプション |
このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.
“ | Do you laugh when the waiter drops a tray full of dishes? Unix weenies do. They're the first ones to laugh at hapless users, trying to figure out an error message that doesn't have anything to do with what they just typed. | ” |
— The Unix Haters' handbook |