This is the mail archive of the libc-hacker@sources.redhat.com mailing list for the glibc project.

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: RFC: NSS prototypes


Andreas Jaeger <aj@suse.de> writes:

> +extern enum nss_status _nss_ ## service ## _gethostbyname2_r		      \
> +		       (const char *name, int af, struct hostent *host,	      \
> +			char *buffer, size_t buflen, int *errnop,	      \
> +			int *h_errnop, int flags);			      \

Where does the flags parameter comes from?  This is what the compiler
complains about.

-- 
---------------.                          ,-.   1325 Chesapeake Terrace
Ulrich Drepper  \    ,-------------------'   \  Sunnyvale, CA 94089 USA
Red Hat          `--' drepper at redhat.com   `------------------------

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]