diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-11-24 11:30:54 -0800 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-11-24 16:18:17 -0800 |
commit | 3dbc4418f2691cba858e788ea3523a82ea073afd (patch) | |
tree | 72ef4bb8316fb2adc0fe10baf06b37b152e3e638 /stdio-common | |
parent | 77d4f6d1ed90a2ccb5bc6fd6d19f67f19de7fbcd (diff) | |
download | glibc-roland/tempname.zip glibc-roland/tempname.tar.gz glibc-roland/tempname.tar.bz2 |
NPTL: Use __gen_tempname in sem_open.roland/tempname
Diffstat (limited to 'stdio-common')
-rw-r--r-- | stdio-common/Versions | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stdio-common/Versions b/stdio-common/Versions index 06b96f6..920d417 100644 --- a/stdio-common/Versions +++ b/stdio-common/Versions @@ -58,6 +58,9 @@ libc { register_printf_modifier; register_printf_type; register_printf_specifier; } GLIBC_PRIVATE { + __gen_tempname; + __gen_tempname_try_file; + # global variables _itoa_lower_digits; } |