diff options
Diffstat (limited to 'exports')
-rw-r--r-- | exports | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -0,0 +1,13 @@ +NSSLOCALUSER_0 { + +global: + + _nss_localuser_gethostbyaddr_r; + _nss_localuser_gethostbyname_r; + _nss_localuser_gethostbyname2_r; + +local: + + *; + +}; |