Feature #6952
gets should not be visible in C11
Start date:
2016-05-05
Due date:
% Done:
100%
Estimated time:
Difficulty:
Bite-size
Tags:
Gerrit CR:
Description
The gets function was removed in the C11 standard, it should be removed from our headers when C11 has been requested.
Updated by Electric Monk almost 5 years ago
- Status changed from New to Closed
git commit fc2512cfb727d49529d8ed99164db871f4829b73
commit fc2512cfb727d49529d8ed99164db871f4829b73 Author: Robert Mustacchi <rm@joyent.com> Date: 2016-05-19T14:45:52.000Z 6951 Initial c11 support 6952 gets should not be visible in C11 6953 add support for c11 threads api 6954 Symbols test should support validating pre-processor symbols Reviewed by: Josef 'Jeff' Sipek <jeffpc@josefsipek.net> Reviewed by: Dan McDonald <danmcd@omniti.com> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Garrett D'Amore <garrett@damore.org>