Changeset 53382

Timestamp:
May 29, 2009, 8:39:44 AM (13 years ago)
Author:
Vladimir Prus
Message:

Fix != vs. == mismatch.

The remove method is documented to return false on error and
true on success. The shm_unlink functions returns 0 on success.
Therefore, we should return "shm_unlink_result == 0".

(No files)

Note: See TracChangeset for help on using the changeset viewer.