summaryrefslogtreecommitdiff
path: root/packages/glibc/2.16.0/0032-debug-readlink_chk-readklinkat_chk.patch
diff options
context:
space:
mode:
Diffstat (limited to 'packages/glibc/2.16.0/0032-debug-readlink_chk-readklinkat_chk.patch')
-rw-r--r--packages/glibc/2.16.0/0032-debug-readlink_chk-readklinkat_chk.patch27
1 files changed, 0 insertions, 27 deletions
diff --git a/packages/glibc/2.16.0/0032-debug-readlink_chk-readklinkat_chk.patch b/packages/glibc/2.16.0/0032-debug-readlink_chk-readklinkat_chk.patch
deleted file mode 100644
index 44d596a..0000000
--- a/packages/glibc/2.16.0/0032-debug-readlink_chk-readklinkat_chk.patch
+++ /dev/null
@@ -1,27 +0,0 @@
----
- debug/readlink_chk.c | 2 +-
- debug/readlinkat_chk.c | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
---- a/debug/readlink_chk.c
-+++ b/debug/readlink_chk.c
-@@ -24,7 +24,7 @@
-
-
- ssize_t
--__readlink_chk (const char *path, void *buf, size_t len, size_t buflen)
-+__readlink_chk (const char *path, char *buf, size_t len, size_t buflen)
- {
- if (len > buflen)
- __chk_fail ();
---- a/debug/readlinkat_chk.c
-+++ b/debug/readlinkat_chk.c
-@@ -20,7 +20,7 @@
-
-
- ssize_t
--__readlinkat_chk (int fd, const char *path, void *buf, size_t len,
-+__readlinkat_chk (int fd, const char *path, char *buf, size_t len,
- size_t buflen)
- {
- if (len > buflen)