summaryrefslogtreecommitdiff
path: root/debug/Versions
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2005-06-27 13:24:44 +0000
committerJakub Jelinek <jakub@redhat.com>2005-06-27 13:24:44 +0000
commit03d65262fdcc287ef8b691c7dff2f1a63cdd13c2 (patch)
treea8ac7c86519f55a4aadf31b0c9e075eaf96ea0e3 /debug/Versions
parent5570fbd25a574d54ab135e1d3cdac0bc74029689 (diff)
Diffstat (limited to 'debug/Versions')
-rw-r--r--debug/Versions5
1 files changed, 5 insertions, 0 deletions
diff --git a/debug/Versions b/debug/Versions
index 7cbb02c31e..051f4df000 100644
--- a/debug/Versions
+++ b/debug/Versions
@@ -19,6 +19,11 @@ libc {
__gets_chk;
}
GLIBC_2.4 {
+ __fgets_chk; __fgets_unlocked_chk;
+ __read_chk; __pread_chk; __pread64_chk;
+ __readlink_chk; __getcwd_chk; __getwd_chk;
+ __recv_chk; __recvfrom_chk;
+
__stack_chk_fail;
}
}