support_become_root: Enable file creation in user namespaces
[glibc.git] / include / nss.h
blob5f29de7f846be882ee56bd068c743ee5b47226dd
1 #ifndef _NSS_H
2 #include <nss/nss.h>
4 # ifndef _ISOMAC
6 #define NSS_INVALID_FIELD_CHARACTERS ":\n"
7 extern const char __nss_invalid_field_characters[] attribute_hidden;
9 _Bool __nss_valid_field (const char *value) attribute_hidden;
10 _Bool __nss_valid_list_field (char **list) attribute_hidden;
11 const char *__nss_rewrite_field (const char *value, char **to_be_freed)
12 attribute_hidden;
14 # endif /* !_ISOMAC */
15 #endif /* _NSS_H */