about summary refs log tree commit diff
path: root/include/unistd.h
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 /include/unistd.h
parentb80b3618dc7c3da40c530ef0bbdcde139fc7b4a1 (diff)
downloadglibc-db7a80b30f1972456fde5a0db1e1047b048fdf28.tar.gz
glibc-db7a80b30f1972456fde5a0db1e1047b048fdf28.tar.xz
glibc-db7a80b30f1972456fde5a0db1e1047b048fdf28.zip
Enable --enable-fortify-source with clang
Diffstat (limited to 'include/unistd.h')
-rw-r--r--include/unistd.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/unistd.h b/include/unistd.h
index e241603b81..b042a485f9 100644
--- a/include/unistd.h
+++ b/include/unistd.h
@@ -32,10 +32,6 @@ libc_hidden_proto (readlinkat)
 libc_hidden_proto (fsync)
 libc_hidden_proto (fdatasync)
 
-libc_hidden_proto (__read_chk)
-libc_hidden_proto (__getdomainname_chk)
-libc_hidden_proto (__getlogin_r_chk)
-
 /* Now define the internal interfaces.  */
 extern int __access (const char *__name, int __type);
 libc_hidden_proto (__access)