Actions
Bug #9755
closedbounds checking functions and types should only be visible if __STDC_WANT_LIB_EXT1__ is set to 1
Start date:
2018-08-17
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
External Bug:
Description
While here, move errno_t to errno.h where it belongs per standard.
Related issues
Updated by Yuri Pankov about 5 years ago
- Subject changed from 8548 is confused about defines locations to bounds checking functions and types should only be visible if __STDC_WANT_LIB_EXT1__ is set to 1
- Description updated (diff)
Updated by Joshua M. Clulow about 5 years ago
- Related to Feature #8548: want memset_s(3C) added
Updated by Electric Monk about 5 years ago
- Status changed from In Progress to Closed
- % Done changed from 10 to 100
git commit acab0a4f5020a09371629ac5149fdcf355dd0512
commit acab0a4f5020a09371629ac5149fdcf355dd0512 Author: Yuri Pankov <yuri.pankov@nexenta.com> Date: 2018-08-25T05:43:27.000Z 9755 bounds checking functions and types should only be visible if __STDC_WANT_LIB_EXT1__ is set to 1 Reviewed by: Andrew Stormont <andyjstormont@gmail.com> Approved by: Joshua M. Clulow <josh@sysmgr.org>
Actions