diff options
author | Florian Weimer <fweimer@redhat.com> | 2022-12-19 18:56:55 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2022-12-19 18:56:55 +0100 |
commit | fb9bd841b8e8b22a42fd68c56355c2ddd211db21 (patch) | |
tree | 400bb4dd9dff3c2dc884ad3c7eef1882752b920c /elf | |
parent | 3d0005b54af06d3bb7ab9f85bfe6a27552b11f74 (diff) | |
download | glibc-fb9bd841b8e8b22a42fd68c56355c2ddd211db21.zip glibc-fb9bd841b8e8b22a42fd68c56355c2ddd211db21.tar.gz glibc-fb9bd841b8e8b22a42fd68c56355c2ddd211db21.tar.bz2 |
libio: Convert __vsprintf_internal to buffers
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/elf/Makefile b/elf/Makefile index ea64d8a..6d566a4 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -603,7 +603,6 @@ $(objpfx)tst-relro-libc.out: tst-relro-symbols.py $(..)/scripts/glibcelf.py \ --required=_IO_obstack_jumps \ --required=_IO_printf_buffer_as_file_jumps \ --required=_IO_proc_jumps \ - --required=_IO_str_chk_jumps \ --required=_IO_str_jumps \ --required=_IO_wfile_jumps \ --required=_IO_wfile_jumps_maybe_mmap \ |