summaryrefslogtreecommitdiff
path: root/catgets/Versions
blob: 6434f2bd03af3aaba8a04701bcd314bb10ae04ce (plain)
1
2
3
4
5
6
7
8
9
10
libc {
  GLIBC_2.0 {
    # c*
    catclose; catgets; catopen;
  }
  GLIBC_PRIVATE {
    # functions with required interface outside normal name space
    __open_catalog;
  }
}