Florian Weimer a9368c34d7 nss: Turn __nss_database_lookup into a compatibility symbol
The function uses the internal service_user type, so it is not
really usable from the outside of glibc.  Rename the function
to __nss_database_lookup2 for internal use, and change
__nss_database_lookup to always indicate failure to the caller.

__nss_next already was a compatibility symbol.  The new
implementation always fails and no longer calls __nss_next2.

unscd, the alternative nscd implementation, does not use
__nss_database_lookup, so it is not affected by this change.
2019-05-15 15:07:49 +02:00
..
2019-05-14 08:41:15 -03:00
2019-02-27 13:55:45 +00:00
2019-03-22 17:30:44 -03:00
2019-02-27 10:00:34 -03:00
2019-05-02 11:42:51 +02:00
2019-05-09 09:39:28 -03:00
2019-04-25 10:53:08 -07:00
2019-03-22 17:30:44 -03:00
2019-05-14 22:55:51 +02:00
2019-03-22 17:30:44 -03:00
2019-02-27 10:00:37 -03:00