glibc/sysdeps/posix
Chris Metcalf 017678433c Suppress incorrect link warnings for NSS symbols
When glibc is built with --enable-static-nss, the warning that
using NSS symbols requires the nss shared objects to be present
is no longer true, as those symbols are built into libc.  Suppress
the warning for those symbols by providing a new macro
(nss_interface_function) for the NSS functions that is defined as
static_link_warning in the normal case, and empty for static NSS.
2012-10-30 14:14:33 -04:00
..
Makefile 2006-02-27 Roland McGrath <roland@redhat.com> 2006-02-28 07:05:34 +00:00
alarm.c Move some things from sysdeps/unix to sysdeps/posix. 2012-08-17 13:52:32 -07:00
clock.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
clock_getres.c BZ#14743: Move clock_* symbols from librt to libc. 2012-10-24 14:50:46 -07:00
closedir.c Move common dirent implementation from sysdeps/unix to sysdeps/posix. 2012-08-07 14:47:34 -07:00
ctermid.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
cuserid.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
dirfd.c Move common dirent implementation from sysdeps/unix to sysdeps/posix. 2012-08-07 14:47:34 -07:00
dirstream.h Move common dirent implementation from sysdeps/unix to sysdeps/posix. 2012-08-07 14:47:34 -07:00
dup.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
dup2.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
euidaccess.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
fdopendir.c Add a missing #include. 2012-08-08 10:39:28 -07:00
flock.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
fpathconf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
gai_strerror-strs.h * sysdeps/posix/gai_strerror.c: Complete rewrite. Avoid relocations. 2005-12-20 17:53:00 +00:00
gai_strerror.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
getaddrinfo.c Suppress incorrect link warnings for NSS symbols 2012-10-30 14:14:33 -04:00
getcwd.c Fix lots of bitrot for stub configurations. 2012-07-30 16:34:33 -07:00
getdtsz.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
gethostname.c Move sysdeps/unix/sysv/gethostname.c to sysdeps/posix/. 2012-04-23 18:53:47 +00:00
getpagesize.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
gettimeofday.c Switch gettimeofday from INTUSE to libc_hidden_proto. 2012-05-24 13:12:34 -07:00
isatty.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
isfdtype.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
killpg.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
libc_fatal.c Rename __secure_getenv to secure_getenv 2012-07-25 19:46:22 +02:00
mkfifo.c Move some things from sysdeps/unix to sysdeps/posix. 2012-08-17 13:52:32 -07:00
mkfifoat.c Move some things from sysdeps/unix to sysdeps/posix. 2012-08-17 13:52:32 -07:00
nice.c Move some things from sysdeps/unix to sysdeps/posix. 2012-08-17 13:52:32 -07:00
open64.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
opendir.c __alloc_dir: avoid integer overflow in malloc argument 2012-10-16 10:33:50 +02:00
pathconf.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
pause.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
posix_fallocate.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
posix_fallocate64.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
pread.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
pread64.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
preadv.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
preadv64.c * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64. 2009-04-03 19:57:16 +00:00
profil.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
pwrite.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
pwrite64.c Fix lots of bitrot for stub configurations. 2012-07-30 16:34:33 -07:00
pwritev.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
pwritev64.c * misc/Makefile (routines): Add preadv, preadv64, pwritev, pwritev64. 2009-04-03 19:57:16 +00:00
raise.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
readdir.c Move common dirent implementation from sysdeps/unix to sysdeps/posix. 2012-08-07 14:47:34 -07:00
readdir_r.c Move common dirent implementation from sysdeps/unix to sysdeps/posix. 2012-08-07 14:47:34 -07:00
readv.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
remove.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
rename.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
rewinddir.c Move common dirent implementation from sysdeps/unix to sysdeps/posix. 2012-08-07 14:47:34 -07:00
seekdir.c Move common dirent implementation from sysdeps/unix to sysdeps/posix. 2012-08-07 14:47:34 -07:00
shm_open.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
shm_unlink.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sigblock.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sigignore.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sigintr.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
signal.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sigpause.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sigset.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sigsetmask.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sigsuspend.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sigvec.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sigwait.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sleep.c Implement POSIX-generic sleep via nanosleep rather than SIGARLM. 2012-09-28 16:26:33 -07:00
spawni.c Fix lots of bitrot for stub configurations. 2012-07-30 16:34:33 -07:00
sprofil.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
sysconf.c sysconf/posix: handle _SC_LEVEL4_CACHE_LINESIZE 2012-10-03 22:57:38 +02:00
system.c Add casts to suppress warnings in system.c under [!_LIBC_REENTRANT]. 2012-08-15 10:08:32 -07:00
sysv_signal.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
telldir.c Move common dirent implementation from sysdeps/unix to sysdeps/posix. 2012-08-07 14:47:34 -07:00
tempname.c Rename __secure_getenv to secure_getenv 2012-07-25 19:46:22 +02:00
time.c Move some things from sysdeps/unix to sysdeps/posix. 2012-08-17 13:52:32 -07:00
truncate.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
ttyname.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
ttyname_r.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
utime.c Move some things from sysdeps/unix to sysdeps/posix. 2012-08-17 13:52:32 -07:00
utimes.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
wait.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
wait3.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
waitid.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00
writev.c Replace FSF snail mail address with URLs. 2012-02-09 23:18:22 +00:00