commit | 2f2e175e44c39bb95a3565d7816eb2484148e266 | [log] [tgz] |
---|---|---|
author | Dimitry Andric <dimitry@andric.com> | Sat Sep 07 22:18:20 2019 +0000 |
committer | Dimitry Andric <dimitry@andric.com> | Sat Sep 07 22:18:20 2019 +0000 |
tree | abd705a5ff84d22ae7f0684cdc52e32c08aca424 | |
parent | a0b20c4c30e61073dce211e4365b03a1431bab0d [diff] |
Remove ::gets for FreeBSD 13 and later Summary: In https://svnweb.freebsd.org/changeset/base/351659 @emaste removed gets() from FreeBSD 13's libc, and our copies of libc++ and libstdc++. In that change, the declarations were simply deleted, but I would like to propose this conditional test instead. Reviewers: EricWF, mclow.lists, emaste Reviewed By: mclow.lists Subscribers: krytarowski, christof, ldionne, emaste, libcxx-commits Differential Revision: https://reviews.llvm.org/D67316 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@371324 91177308-0d34-0410-b5e6-96231b3b80d8