Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/sys/linux/shared.ld')
-rw-r--r--newlib/libc/sys/linux/shared.ld4
1 files changed, 4 insertions, 0 deletions
diff --git a/newlib/libc/sys/linux/shared.ld b/newlib/libc/sys/linux/shared.ld
index 71992c6ff..2710da038 100644
--- a/newlib/libc/sys/linux/shared.ld
+++ b/newlib/libc/sys/linux/shared.ld
@@ -33,3 +33,7 @@ VERS_1.17 {
VERS_1.18 {
global: *;
};
+
+VERS_1.19 {
+ global: *;
+};