Improvements to fogbugz oo stuff to make it more schedulator-compatible.
[wvapps.git] / nss / exports.map
blobd05d09a8f0efbd39a19131773b9b4f17885b8a6b
2     global:
3         _nss_uniconf_getpwnam_r;
4         _nss_uniconf_getpwuid_r;
5         _nss_uniconf_getgrnam_r;
6         _nss_uniconf_getgrgid_r;
7         _nss_uniconf_getspnam_r;
8         _nss_uniconf_getspuid_r;
9         _nss_uniconf_setpwent;
10         _nss_uniconf_setgrent;
11         _nss_uniconf_endpwent;
12         _nss_uniconf_endgrent;
13         _nss_uniconf_setspent;
14         _nss_uniconf_endspent;
15         _nss_uniconf_getpwent_r;
16         _nss_uniconf_getgrent_r;
17         _nss_uniconf_getspent_r;
18         _nss_uniconf_getpwent;
19         _nss_uniconf_getgrent;
20         _nss_uniconf_getspent;
21         _nss_uniconf_initgroups_dyn;
22     local:
23         *;