Linux Operating System Source Code: IBM Patches

 
sys_shmdt return value patch
Description:
Currently sys_shmdt() always returns success. Below is a patch that changes this behavior to match the man page. This patch will cause sys_shmdt() to return success only when it finds something to detach, and returns EINVAL otherwise.
Developer:
Adam Bottchen
Status:
Submitted to project

Notes:
See the Linux kernel mailing list archive for details and discussion.
Release Notes Date Files
20011018 Release Notes 2001-10-13  
No patch files found