Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Aug 2025 17:57:00 GMT
From:      Dag-Erling =?utf-8?Q?Sm=C3=B8rgrav?= <des@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 7cde6868f80b - main - libc: Drop gets() from symbol map
Message-ID:  <202508021757.572Hv0QM066211@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202508021757.572Hv0QM066211>