about summary refs log tree commit diff
path: root/sysdeps/generic/check_fds.c
Commit message (Collapse)AuthorAgeFilesLines
* Update.Ulrich Drepper2000-05-251-0/+62
* csu/Makefile (routines): Add check_fds. * elf/rtld.c (dl_main): Call __libc_check_standard_fds for SUID binaries. Add various __builtin_expect. * sysdeps/generic/libc-start.c: Move check_fds and helper functions... * sysdeps/generic/check_fds.c: ...here. New file. * malloc/malloc.c (ptmalloc_init): Only enable debugging for SUID binaries if file /etc/suid-debug is available.