git: 63b179b68d21 - main - libc: don't try to export __sF
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 16 Apr 2024 21:14:44 UTC
The branch main has been updated by brooks: URL: https://cgit.FreeBSD.org/src/commit/?id=63b179b68d21d551a296d48a51ba24c80d2f1b0b commit 63b179b68d21d551a296d48a51ba24c80d2f1b0b Author: Brooks Davis <brooks@FreeBSD.org> AuthorDate: 2024-04-16 17:01:54 +0000 Commit: Brooks Davis <brooks@FreeBSD.org> CommitDate: 2024-04-16 21:14:20 +0000 libc: don't try to export __sF This symbol has been static since 2008 (commit 1e98f88776fc). Differential Revision: https://reviews.freebsd.org/D44188 --- 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 f5e74eeddfd4..d491b83c11fb 100644 --- a/lib/libc/stdio/Symbol.map +++ b/lib/libc/stdio/Symbol.map @@ -18,7 +18,6 @@ FBSD_1.0 { fgetwln; fgetws; fileno; - __sF; __stdinp; __stdoutp; __stderrp;