]> git.ipfire.org Git - thirdparty/systemd.git/blame - src/nss-systemd/nss-systemd.sym
Merge pull request #12734 from keszybz/cpu-set-util-on-i386
[thirdparty/systemd.git] / src / nss-systemd / nss-systemd.sym
CommitLineData
409093fe 1/***
d9215cd8
ZJS
2 SPDX-License-Identifier: LGPL-2.1+
3
409093fe
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:
12 _nss_systemd_getpwnam_r;
13 _nss_systemd_getpwuid_r;
12c2c56d
YW
14 _nss_systemd_endpwent;
15 _nss_systemd_setpwent;
16 _nss_systemd_getpwent_r;
409093fe
LP
17 _nss_systemd_getgrnam_r;
18 _nss_systemd_getgrgid_r;
12c2c56d
YW
19 _nss_systemd_endgrent;
20 _nss_systemd_setgrent;
21 _nss_systemd_getgrent_r;
409093fe
LP
22local: *;
23};