From 186cd80b1eb0c28f42c052bbaa9b37a7f66ee662 Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Wed, 2 Jun 2021 07:32:19 +0200 Subject: Add missing symbols to Version files Some symbols have explicit versioned_symbol or compat_symbol markers in the sources, but no corresponding entry in the Versions files. This presently works because the local: * directive is only applied to the base version. Reviewed-by: Adhemerval Zanella --- libio/Versions | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libio') diff --git a/libio/Versions b/libio/Versions index 6f1ab96..b91a7bc 100644 --- a/libio/Versions +++ b/libio/Versions @@ -92,6 +92,9 @@ libc { # Changed getline function in libio. _IO_getline_info; + _IO_fgetpos64; + _IO_fsetpos64; + # f* fgetpos64; fopen64; freopen64; fseeko; fseeko64; fsetpos64; ftello; ftello64; fopen; fclose; fdopen; fread_unlocked; fwrite_unlocked; -- cgit v1.1