]> git.ipfire.org Git - thirdparty/systemd.git/blob - src/nss-mymachines/nss-mymachines.sym
Merge pull request #12267 from keszybz/udev-settle-warning
[thirdparty/systemd.git] / src / nss-mymachines / nss-mymachines.sym
1 /***
2 SPDX-License-Identifier: LGPL-2.1+
3
4 systemd is free software; you can redistribute it and/or modify it
5 under the terms of the GNU Lesser General Public License as published by
6 the Free Software Foundation; either version 2.1 of the License, or
7 (at your option) any later version.
8 ***/
9
10 {
11 global:
12 _nss_mymachines_gethostbyname_r;
13 _nss_mymachines_gethostbyname2_r;
14 _nss_mymachines_gethostbyname3_r;
15 _nss_mymachines_gethostbyname4_r;
16 _nss_mymachines_getpwnam_r;
17 _nss_mymachines_getpwuid_r;
18 _nss_mymachines_getgrnam_r;
19 _nss_mymachines_getgrgid_r;
20 local: *;
21 };