diff options
Diffstat (limited to 'catgets')
-rw-r--r-- | catgets/Versions | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/catgets/Versions b/catgets/Versions index f225be2634..6434f2bd03 100644 --- a/catgets/Versions +++ b/catgets/Versions @@ -1,9 +1,10 @@ libc { GLIBC_2.0 { - # functions with required interface outside normal name space - __open_catalog; - # c* catclose; catgets; catopen; } + GLIBC_PRIVATE { + # functions with required interface outside normal name space + __open_catalog; + } } |