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
..
alarm.c Move some things from sysdeps/unix to sysdeps/posix. 2012-08-17 13:52:32 -07:00
clock_getres.c BZ#14743: Move clock_* symbols from librt to libc. 2012-10-24 14:50:46 -07:00
clock.c
closedir.c Move common dirent implementation from sysdeps/unix to sysdeps/posix. 2012-08-07 14:47:34 -07:00
ctermid.c
cuserid.c
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
dup2.c
dup.c
euidaccess.c
fdopendir.c Add a missing #include. 2012-08-08 10:39:28 -07:00
flock.c
fpathconf.c
gai_strerror-strs.h
gai_strerror.c
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
gethostname.c
getpagesize.c
gettimeofday.c
isatty.c
isfdtype.c
killpg.c
libc_fatal.c
Makefile
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
opendir.c __alloc_dir: avoid integer overflow in malloc argument 2012-10-16 10:33:50 +02:00
pathconf.c
pause.c
posix_fallocate64.c
posix_fallocate.c
pread64.c
pread.c
preadv64.c
preadv.c
profil.c
pwrite64.c Fix lots of bitrot for stub configurations. 2012-07-30 16:34:33 -07:00
pwrite.c
pwritev64.c
pwritev.c
raise.c
readdir_r.c Move common dirent implementation from sysdeps/unix to sysdeps/posix. 2012-08-07 14:47:34 -07:00
readdir.c Move common dirent implementation from sysdeps/unix to sysdeps/posix. 2012-08-07 14:47:34 -07:00
readv.c
remove.c
rename.c
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
shm_unlink.c
sigblock.c
sigignore.c
sigintr.c
signal.c
sigpause.c
sigset.c
sigsetmask.c
sigsuspend.c
sigvec.c
sigwait.c
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
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
telldir.c Move common dirent implementation from sysdeps/unix to sysdeps/posix. 2012-08-07 14:47:34 -07:00
tempname.c
time.c Move some things from sysdeps/unix to sysdeps/posix. 2012-08-17 13:52:32 -07:00
truncate.c
ttyname_r.c
ttyname.c
utime.c Move some things from sysdeps/unix to sysdeps/posix. 2012-08-17 13:52:32 -07:00
utimes.c
wait3.c
wait.c
waitid.c
writev.c