aboutsummaryrefslogtreecommitdiff
path: root/debug/read_chk.c
diff options
context:
space:
mode:
Diffstat (limited to 'debug/read_chk.c')
-rw-r--r--debug/read_chk.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug/read_chk.c b/debug/read_chk.c
index 1758873..75d902a 100644
--- a/debug/read_chk.c
+++ b/debug/read_chk.c
@@ -25,3 +25,4 @@ __read_chk (int fd, void *buf, size_t nbytes, size_t buflen)
return __read (fd, buf, nbytes);
}
+libc_hidden_def (__read_chk)