freebsd-dev/gnu/lib
Ed Maste 7381dcc9ee libc: remove gets
gets is unsafe and shouldn't be used (for many years now).  Leave it in
the existing symbol version so anything that previously linked aginst it
still runs, but do not allow new software to link against it.

(The compatability/legacy implementation must not be static so that
the symbol and in particular the compat sym gets@FBSD_1.0 make it
into libc.)

PR:		222796 (exp-run)
Reported by:	Paul Vixie
Reviewed by:	allanjude, cy, eadler, gnn, jhb, kib, ngie (some earlier)
Relnotes:	Yes
Sponsored by:	The FreeBSD Foundation
Differential Revision:	https://reviews.freebsd.org/D12298
2019-09-01 16:12:05 +00:00
..
csu csu: Add proper .depend tracking for each object. 2019-06-15 17:08:39 +00:00
libdialog Bring back the WARNS level to what it used to be to please gcc arches at least 2018-10-20 21:33:34 +00:00
libgcc Support reading in .depend files. 2019-06-15 17:08:32 +00:00
libgcov Support reading in .depend files. 2019-06-15 17:08:32 +00:00
libgomp DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
libregex DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
libssp libc: remove gets 2019-09-01 16:12:05 +00:00
libstdc++ Update libstdc++ configuration. 2018-07-16 18:53:28 +00:00
libsupc++ DIRDEPS_BUILD: Update dependencies. 2017-10-31 00:07:04 +00:00
tests Merge ^/user/ngie/release-pkg-fix-tests to unbreak how test files are installed 2016-05-04 23:20:53 +00:00
Makefile Connect lib/libomp to the build. 2019-03-16 15:45:15 +00:00
Makefile.inc