diff options
author | Thomas Haller <thaller@redhat.com> | 2016-10-12 11:16:20 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2016-10-13 21:33:33 +0200 |
commit | 09d7023c3017368b3e163a7906ce0e63c6c41bd1 (patch) | |
tree | df39fab0a5d6ad8c33c1973d1c88d4f63ce24145 /linker-script-binary.ver | |
parent | 00062d3006b68c28c9bd8638c1c488ede943259a (diff) |
iface-helper/build: add linker version script
Diffstat (limited to 'linker-script-binary.ver')
-rw-r--r-- | linker-script-binary.ver | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/linker-script-binary.ver b/linker-script-binary.ver new file mode 100644 index 000000000..a2780c090 --- /dev/null +++ b/linker-script-binary.ver @@ -0,0 +1,6 @@ +{ +global: + _IO_stdin_used; +local: + *; +}; |