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 20c9057a4..9efb8df5e 100644
--- a/newlib/libc/sys/linux/shared.ld
+++ b/newlib/libc/sys/linux/shared.ld
@@ -21,3 +21,7 @@ VERS_1.14 {
VERS_1.15 {
global: *;
};
+
+VERS_1.16 {
+ global: *;
+};