about summary refs log tree commit diff
path: root/libio/Makefile
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-02-08 10:56:30 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-04-17 16:12:41 -0300
commitdb7a80b30f1972456fde5a0db1e1047b048fdf28 (patch)
tree9347c8a9707bce9fdccdae12917b64380458564c /libio/Makefile
parentb80b3618dc7c3da40c530ef0bbdcde139fc7b4a1 (diff)
downloadglibc-db7a80b30f1972456fde5a0db1e1047b048fdf28.tar.gz
glibc-db7a80b30f1972456fde5a0db1e1047b048fdf28.tar.xz
glibc-db7a80b30f1972456fde5a0db1e1047b048fdf28.zip
Enable --enable-fortify-source with clang
Diffstat (limited to 'libio/Makefile')
-rw-r--r--libio/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libio/Makefile b/libio/Makefile
index 385bee9b7d..70d39c752e 100644
--- a/libio/Makefile
+++ b/libio/Makefile
@@ -60,6 +60,7 @@ routines_no_fortify += \
   iofgets_u \
   iofgetws \
   iofgetws_u \
+  iovdprintf \
   swprintf \
   vasprintf \
   vsnprintf \