git: 7cde6868f80b - main - libc: Drop gets() from symbol map
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 02 Aug 2025 17:57:00 UTC
The branch main has been updated by des:
URL: https://cgit.FreeBSD.org/src/commit/?id=7cde6868f80b07be449c12e180e81545347d6279
commit 7cde6868f80b07be449c12e180e81545347d6279
Author: Dag-Erling Smørgrav <des@FreeBSD.org>
AuthorDate: 2025-08-02 17:56:09 +0000
Commit: Dag-Erling Smørgrav <des@FreeBSD.org>
CommitDate: 2025-08-02 17:56:35 +0000
libc: Drop gets() from symbol map
We have an explicit __sym_compat() entry for the legacy implementation.
Fixes: 7381dcc9eeb7
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D51701
---
lib/libc/stdio/Symbol.map | 1 -
1 file changed, 1 deletion(-)
diff --git a/lib/libc/stdio/Symbol.map b/lib/libc/stdio/Symbol.map
index d491b83c11fb..e44ea6554d46 100644
--- a/lib/libc/stdio/Symbol.map
+++ b/lib/libc/stdio/Symbol.map
@@ -44,7 +44,6 @@ FBSD_1.0 {
fwscanf;
getc;
getchar;
- gets;
getw;
getwc;
getwchar;