summaryrefslogtreecommitdiff
path: root/os_dep.c
diff options
context:
space:
mode:
Diffstat (limited to 'os_dep.c')
-rw-r--r--os_dep.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/os_dep.c b/os_dep.c
index e7bb4a28..1a0f794f 100644
--- a/os_dep.c
+++ b/os_dep.c
@@ -3489,8 +3489,6 @@ ssize_t read(int fd, void *buf, size_t nbyte)
#if defined(GC_USE_LD_WRAP) && !defined(THREADS)
/* We use the GNU ld call wrapping facility. */
- /* This requires that the linker be invoked with "--wrap read". */
- /* This can be done by passing -Wl,"--wrap read" to gcc. */
/* I'm not sure that this actually wraps whatever version of read */
/* is called by stdio. That code also mentions __read. */
# include <unistd.h>