source: server/common/oursrc/nss_nonlocal/libnss_nonlocal.map @ 750

Last change on this file since 750 was 750, checked in by andersk, 16 years ago
Add nss_nonlocal.
File size: 487 bytes
RevLine 
[750]1GLIBC_2.0 {
2  global:
3    _nss_nonlocal_setpwent;
4    _nss_nonlocal_endpwent;
5    _nss_nonlocal_getpwent_r;
6    _nss_nonlocal_getpwuid_r;
7    _nss_nonlocal_getpwnam_r;
8
9    _nss_nonlocal_setspent;
10    _nss_nonlocal_endspent;
11    _nss_nonlocal_getspent_r;
12    _nss_nonlocal_getspnam_r;
13
14    _nss_nonlocal_setgrent;
15    _nss_nonlocal_endgrent;
16    _nss_nonlocal_getgrent_r;
17    _nss_nonlocal_getgrgid_r;
18    _nss_nonlocal_getgrnam_r;
19
20    _nss_nonlocal_initgroups_dyn;
21
22  local:
23    *;
24};
Note: See TracBrowser for help on using the repository browser.