Actions
Bug #5776
closedvfork and getwd should not be exposed under XPG7
Start date:
2015-03-30
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
External Bug:
Description
POSIX 2008 (SUSv4, aka X/Open Issue 7) have removed the vfork() and getwd() functions from the specification. These are located in unistd.h. When compiling under strictly conforming XPG7, they should be suppressed.
Updated by Electric Monk over 8 years ago
- Status changed from New to Closed
- % Done changed from 80 to 100
git commit aaec9ca27fa0bbff6dbb446cd02e5cdd463e85ef
commit aaec9ca27fa0bbff6dbb446cd02e5cdd463e85ef Author: Garrett D'Amore <garrett@damore.org> Date: 2015-04-10T06:04:52.000Z 5776 vfork and getwd should not be exposed under XPG7 5828 Verify usleep and ualarm in symbol test Reviewed by: Albert Lee <trisk@omniti.com> Reviewed by: Joshua M. Clulow <josh@sysmgr.org> Approved by: Gordon Ross <gordon.w.ross@gmail.com>
Actions