diff options
author | Jakub Jelinek <jakub@redhat.com> | 2005-03-03 16:52:27 +0000 |
---|---|---|
committer | Jakub Jelinek <jakub@redhat.com> | 2005-03-03 16:52:27 +0000 |
commit | 1f53f6f82f2165e421d94a83a731c1308097849f (patch) | |
tree | c264f23f46c0f440348f75093e59cacfc9c60dba /debug/Versions | |
parent | a3f1b27bd61b4bd1645e90953eb09ae2aa3ef9e9 (diff) | |
download | glibc-1f53f6f82f2165e421d94a83a731c1308097849f.tar glibc-1f53f6f82f2165e421d94a83a731c1308097849f.tar.gz glibc-1f53f6f82f2165e421d94a83a731c1308097849f.tar.bz2 glibc-1f53f6f82f2165e421d94a83a731c1308097849f.zip |
2.3.4-11
Diffstat (limited to 'debug/Versions')
-rw-r--r-- | debug/Versions | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/debug/Versions b/debug/Versions index fd97834171..07d6fbb830 100644 --- a/debug/Versions +++ b/debug/Versions @@ -18,10 +18,4 @@ libc { __printf_chk; __fprintf_chk; __vprintf_chk; __vfprintf_chk; __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; - } } |