diff options
Diffstat (limited to 'catgets')
-rw-r--r-- | catgets/Versions | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/catgets/Versions b/catgets/Versions new file mode 100644 index 0000000000..f225be2634 --- /dev/null +++ b/catgets/Versions @@ -0,0 +1,9 @@ +libc { + GLIBC_2.0 { + # functions with required interface outside normal name space + __open_catalog; + + # c* + catclose; catgets; catopen; + } +} |