commit | 1393d79a4c50fd5302a6844a5795de8c8ce83c16 | [log] [tgz] |
---|---|---|
author | Jason Evans <je@fb.com> | Wed Dec 18 15:35:45 2013 -0800 |
committer | Jason Evans <je@fb.com> | Wed Dec 18 15:35:45 2013 -0800 |
tree | dc95c62d5a72108c8fe13eea41f70fc3fd7b71d4 | |
parent | 1b75b4e6d11814f470e797be4a610a2e3ae323d5 [diff] |
Remove ENOMEM from the documented set of *mallctl() errors. *mallctl() always returns EINVAL and does partial result copying when *oldlenp is to short to hold the requested value, rather than returning ENOMEM. Therefore remove ENOMEM from the documented set of possible errors.