diff options
author | Roland McGrath <roland@hack.frob.com> | 2013-05-06 15:58:44 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2013-05-06 15:58:44 -0700 |
commit | ee586a6d5c1f904035b702886466aac2bf3a9ba7 (patch) | |
tree | 0b6b55aad132e1fdeae29bef34234c3e045c7855 /debug/Versions | |
parent | 355f916505e3101f1952fd1a8e2c4c69b52cc36a (diff) | |
download | glibc-ee586a6d5c1f904035b702886466aac2bf3a9ba7.tar glibc-ee586a6d5c1f904035b702886466aac2bf3a9ba7.tar.gz glibc-ee586a6d5c1f904035b702886466aac2bf3a9ba7.tar.bz2 glibc-ee586a6d5c1f904035b702886466aac2bf3a9ba7.zip |
Move getlogin_r_chk to login/ subdir.
Diffstat (limited to 'debug/Versions')
-rw-r--r-- | debug/Versions | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debug/Versions b/debug/Versions index e2b90ebed5..0482c85f19 100644 --- a/debug/Versions +++ b/debug/Versions @@ -29,7 +29,7 @@ libc { __wcsncpy_chk; __wcscat_chk; __wcsncat_chk; __wmemset_chk; __wcpncpy_chk; __swprintf_chk; __vswprintf_chk; __wprintf_chk; __fwprintf_chk; __vwprintf_chk; __vfwprintf_chk; __fgetws_chk; __fgetws_unlocked_chk; - __confstr_chk; __getgroups_chk; __ttyname_r_chk; __getlogin_r_chk; + __confstr_chk; __getgroups_chk; __ttyname_r_chk; __gethostname_chk; __getdomainname_chk; __wcrtomb_chk; __mbsnrtowcs_chk; __wcsnrtombs_chk; __mbsrtowcs_chk; __wcsrtombs_chk; __mbstowcs_chk; __wcstombs_chk; |