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/readlink_chk.c | |
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/readlink_chk.c')
-rw-r--r-- | debug/readlink_chk.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debug/readlink_chk.c b/debug/readlink_chk.c index ac18ee2c29..8aabe0af25 100644 --- a/debug/readlink_chk.c +++ b/debug/readlink_chk.c @@ -23,7 +23,7 @@ # include <sysdep.h> #endif - +#if 0 ssize_t __readlink_chk (const char *path, void *buf, size_t len, size_t buflen) { @@ -36,3 +36,4 @@ __readlink_chk (const char *path, void *buf, size_t len, size_t buflen) return __readlink (path, buf, len); #endif } +#endif |