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 f4512c848..11af884c6 100644
--- a/newlib/libc/sys/linux/shared.ld
+++ b/newlib/libc/sys/linux/shared.ld
@@ -49,3 +49,7 @@ VERS_2.0 {
VERS_2.1 {
global: *;
};
+
+VERS_2.2 {
+ global: *;
+};