diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-05-06 15:19:14 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-05-06 15:19:14 -0700 |
commit | bd9ffde61a27945abf0498b5c562f9bf0dcc6419 (patch) | |
tree | e453b482503f4a9d1fd46ba521a21e55ed8e3784 /debug/Makefile | |
parent | 8fb16a04e6be250fdae2ce85354aae3702151140 (diff) | |
download | glibc-bd9ffde61a27945abf0498b5c562f9bf0dcc6419.tar glibc-bd9ffde61a27945abf0498b5c562f9bf0dcc6419.tar.gz glibc-bd9ffde61a27945abf0498b5c562f9bf0dcc6419.tar.bz2 glibc-bd9ffde61a27945abf0498b5c562f9bf0dcc6419.zip |
Move ptsname_r_chk to login/ subdir.
Diffstat (limited to 'debug/Makefile')
-rw-r--r-- | debug/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/debug/Makefile b/debug/Makefile index 55017d327c..682f14c7d3 100644 --- a/debug/Makefile +++ b/debug/Makefile @@ -22,6 +22,9 @@ subdir := debug headers := execinfo.h +# Note that ptsname_r_chk is not here but in login/Makefile instead. +# If that subdir is omitted from the build, its _FORTIFY_SOURCE +# support will be too. routines = backtrace backtracesyms backtracesymsfd noophooks \ memcpy_chk memmove_chk mempcpy_chk memset_chk stpcpy_chk \ strcat_chk strcpy_chk strncat_chk strncpy_chk stpncpy_chk \ @@ -30,7 +33,7 @@ routines = backtrace backtracesyms backtracesymsfd noophooks \ gets_chk chk_fail readonly-area fgets_chk fgets_u_chk \ read_chk pread_chk pread64_chk recv_chk recvfrom_chk \ readlink_chk readlinkat_chk getwd_chk getcwd_chk \ - realpath_chk ptsname_r_chk fread_chk fread_u_chk \ + realpath_chk fread_chk fread_u_chk \ wctomb_chk wcscpy_chk wmemcpy_chk wmemmove_chk wmempcpy_chk \ wcpcpy_chk wcsncpy_chk wcscat_chk wcsncat_chk wmemset_chk \ wcpncpy_chk \ |