diff options
Diffstat (limited to 'stdlib/Versions')
-rw-r--r-- | stdlib/Versions | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/stdlib/Versions b/stdlib/Versions index 93c68f6e31..3e7b8921c4 100644 --- a/stdlib/Versions +++ b/stdlib/Versions @@ -104,5 +104,7 @@ libc { # functions which have an additional interface since they are # are cancelable. __libc_system; + # Variable which needs a dynamic symbol table entry. + __abort_msg; } } |