diff options
author | Ulrich Drepper <drepper@redhat.com> | 2005-07-18 21:07:28 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2005-07-18 21:07:28 +0000 |
commit | 9f3731cf7f8f1d1b4718fdbeae2ca5d46bbc6950 (patch) | |
tree | 1cbff2cd7ef38c777aa3a6c713b1513e038f2483 /debug/Makefile | |
parent | 0396de518e3ed6b4bebea10026ca5c7aaafa783f (diff) | |
download | glibc-9f3731cf7f8f1d1b4718fdbeae2ca5d46bbc6950.zip glibc-9f3731cf7f8f1d1b4718fdbeae2ca5d46bbc6950.tar.gz glibc-9f3731cf7f8f1d1b4718fdbeae2ca5d46bbc6950.tar.bz2 |
* nscd/grpcache.c (cache_addgr): Use correct maximum for group ID
length. Patch by Ivan Gyurdiev <ivg2@cornell.edu>.
* debug/confstr_chk.c: New file.
* debug/getdomainname_chk.c: New file.
* debug/getgroups_chk.c: New file.
* debug/gethostname_chk.c: New file.
* debug/getlogin_r_chk.c: New file.
* debug/ttyname_r_chk.c: New file.
* posix/bits/unistd.h: Add definitions for new debug versions.
* debug/tst-chk1.c: Add tests for new functions.
* debug/Versions: Export new functions.
* debug/Makefile (routines): Add new files.
* stdlib/bits/stdlib.h: Fix typo.
* manual/Makefile (libc/index.html): Depend on dir-add.texi.
Diffstat (limited to 'debug/Makefile')
-rw-r--r-- | debug/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debug/Makefile b/debug/Makefile index 879764a..e3fccc1 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -37,6 +37,8 @@ routines = backtrace backtracesyms backtracesymsfd noophooks \ wcpncpy_chk \ swprintf_chk vswprintf_chk wprintf_chk fwprintf_chk \ vwprintf_chk vfwprintf_chk fgetws_chk fgetws_u_chk \ + confstr_chk getgroups_chk ttyname_r_chk getlogin_r_chk \ + gethostname_chk getdomainname_chk \ stack_chk_fail \ $(static-only-routines) static-only-routines := warning-nop stack_chk_fail_local |