]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/nss-myhostname/nss-myhostname.sym
tree-wide: drop 'This file is part of systemd' blurb
[thirdparty/systemd.git] / src / nss-myhostname / nss-myhostname.sym
CommitLineData
947127ff 1/***
d9215cd8
ZJS
2 SPDX-License-Identifier: LGPL-2.1+
3
947127ff
LP
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{
11global:
c9fdc26e 12 _nss_myhostname_gethostbyname_r;
947127ff
LP
13 _nss_myhostname_gethostbyname2_r;
14 _nss_myhostname_gethostbyname3_r;
15 _nss_myhostname_gethostbyname4_r;
c9fdc26e
LP
16 _nss_myhostname_gethostbyaddr_r;
17 _nss_myhostname_gethostbyaddr2_r;
947127ff
LP
18local: *;
19};