glibc/sysdeps/posix
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
..
alarm.c
clock_getres.c nptl: Remove pthread_clock_gettime pthread_clock_settime 2019-03-22 15:37:43 -03:00
clock.c
closedir.c
ctermid.c
cuserid.c
dirfd.c
dirstream.h
dl-fileid.h
dup2.c
dup.c
euidaccess.c
fdopendir.c
flock.c
fpathconf.c
gai_strerror-strs.h
gai_strerror.c
getaddrinfo.c nss: Turn __nss_database_lookup into a compatibility symbol 2019-05-15 15:07:49 +02:00
getcwd.c
getdtsz.c
gethostname.c
getpagesize.c
gettimeofday.c
isatty.c
isfdtype.c
killpg.c
libc_fatal.c
Makefile
mkfifo.c
mkfifoat.c
nice.c
open64.c nptl: Cleanup cancellation macros 2019-01-03 18:38:16 -02:00
opendir.c
pathconf.c
pause.c nptl: Remove tst-cancel-wrappers test and related macros 2019-01-03 18:38:08 -02:00
posix_fallocate64.c
posix_fallocate.c
pread64.c
pread.c
preadv2.c
preadv64.c
preadv64v2.c
preadv_common.c
preadv.c
profil.c
pwrite64.c
pwrite.c
pwritev2.c
pwritev64.c
pwritev64v2.c
pwritev_common.c
pwritev.c
raise.c
readdir_r.c
readdir.c
readv.c
remove.c
rename.c Break more lines before not after operators. 2019-02-25 13:19:19 +00:00
rewinddir.c
seekdir.c
shm_open.c
shm_unlink.c
shm-directory.c
shm-directory.h
sigblock.c
sigignore.c
sigintr.c
signal.c
sigpause.c nptl: Remove tst-cancel-wrappers test and related macros 2019-01-03 18:38:08 -02:00
sigset.c
sigsetmask.c
sigsuspend.c
sigwait.c nptl: Cleanup cancellation macros 2019-01-03 18:38:16 -02:00
sleep.c
spawni.c Add some spaces before '('. 2019-02-27 13:55:45 +00:00
sprofil.c
Subdirs
sysconf.c Remove obsolete, never-implemented XSI STREAMS declarations 2019-03-14 15:44:15 +01:00
system.c
sysv_signal.c
telldir.c
tempname.c Do not use HP_TIMING_NOW for random bits 2019-03-22 17:30:39 -03:00
time.c
timespec_get.c
truncate.c
ttyname_r.c
ttyname.c
ulimit.c
usleep.c
utime.c
utimes.c
wait3.c
wait.c
waitid.c nptl: Cleanup cancellation macros 2019-01-03 18:38:16 -02:00
writev.c