]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/kern/kern_descrip.c
xnu-1486.2.11.tar.gz
[apple/xnu.git] / bsd / kern / kern_descrip.c
index ddf2bb279c5a58f4a5b4acaedf8fa7c1049ceb5a..dbe726901a606ce8d566a58826b569ce8869d270 100644 (file)
@@ -4699,9 +4699,10 @@ filetype_issendable(file_type_t fdtype)
                case DTYPE_VNODE:
                case DTYPE_SOCKET:
                case DTYPE_PIPE:
+               case DTYPE_PSXSHM:
                        return TRUE;
                default:
-                       /* DTYPE_KQUEUE, DTYPE_FSEVENTS, DTYPE_PSXSHM, DTYPE_PSXSEM */
+                       /* DTYPE_KQUEUE, DTYPE_FSEVENTS, DTYPE_PSXSEM */
                        return FALSE;
        }
 }