diff options
Diffstat (limited to 'stdlib')
-rw-r--r-- | stdlib/Versions | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/stdlib/Versions b/stdlib/Versions index bf2172f..66f6b35 100644 --- a/stdlib/Versions +++ b/stdlib/Versions @@ -129,6 +129,11 @@ libc { strtof128_l; } %endif + GLIBC_2.27 { + strfromf64x; + strtof64x; + strtof64x_l; + } GLIBC_PRIVATE { # functions which have an additional interface since they are # are cancelable. |