diff options
Diffstat (limited to 'stdlib/Versions')
-rw-r--r-- | stdlib/Versions | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/stdlib/Versions b/stdlib/Versions index ebc4326..6a861c5 100644 --- a/stdlib/Versions +++ b/stdlib/Versions @@ -143,6 +143,14 @@ libc { } GLIBC_2.37 { } + GLIBC_2.38 { + __isoc23_strtol; + __isoc23_strtoll; + __isoc23_strtoul; + __isoc23_strtoull; + __isoc23_strtoimax; + __isoc23_strtoumax; + } GLIBC_PRIVATE { # functions which have an additional interface since they are # are cancelable. |