aboutsummaryrefslogtreecommitdiff
path: root/libio/iosetbuffer.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/iosetbuffer.c')
-rw-r--r--libio/iosetbuffer.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/libio/iosetbuffer.c b/libio/iosetbuffer.c
index c5df900fd9..25a6032979 100644
--- a/libio/iosetbuffer.c
+++ b/libio/iosetbuffer.c
@@ -42,6 +42,4 @@ _IO_setbuffer (_IO_FILE *fp, char *buf, _IO_size_t size)
}
libc_hidden_def (_IO_setbuffer)
-#ifdef weak_alias
weak_alias (_IO_setbuffer, setbuffer)
-#endif