mirror of
https://sourceware.org/git/glibc.git
synced 2025-09-02 16:01:20 +03:00
* include/netinet/ether.h (DECLARE_NSS_PROTOTYPES): New.
* nis/nis_intern.h: Add prototype for __do_niscall3. * nis/nss_nis/nis-rpc.c (_nss_nis_setrpcent): Fix declaration to match prototype. * include/netdb.h (DECLARE_NSS_PROTOTYPES): Reformat. * include/rpc/netdb.h (DECLARE_NSS_PROTOTYPES): New. * include/aliases.h (DECLARE_NSS_PROTOTYPES): New.
This commit is contained in:
@@ -17,4 +17,20 @@ extern int __old_getaliasbyname_r (__const char *__restrict __name,
|
||||
char *__restrict __buffer, size_t __buflen,
|
||||
struct aliasent **__restrict __result);
|
||||
|
||||
#define DECLARE_NSS_PROTOTYPES(service) \
|
||||
extern enum nss_status _nss_ ## service ## _setaliasent (void); \
|
||||
extern enum nss_status _nss_ ## service ## _endaliasent (void); \
|
||||
extern enum nss_status _nss_ ## service ## _getaliasent_r \
|
||||
(struct aliasent *alias, char *buffer, size_t buflen, \
|
||||
int *errnop); \
|
||||
extern enum nss_status _nss_ ## service ## _getaliasbyname_r \
|
||||
(const char *name, struct aliasent *alias, \
|
||||
char *buffer, size_t buflen, int *errnop);
|
||||
|
||||
|
||||
DECLARE_NSS_PROTOTYPES (files)
|
||||
DECLARE_NSS_PROTOTYPES (nis)
|
||||
DECLARE_NSS_PROTOTYPES (nisplus)
|
||||
#undef DECLARE_NSS_PROTOTYPES
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user