diff options
Diffstat (limited to 'libio/iosetbuffer.c')
-rw-r--r-- | libio/iosetbuffer.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libio/iosetbuffer.c b/libio/iosetbuffer.c index 49c0deff3c..785fcab4bd 100644 --- a/libio/iosetbuffer.c +++ b/libio/iosetbuffer.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993, 95, 96, 97, 98, 99, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1993,95,96,97,98,99,2000,2002 Free Software Foundation, Inc. This file is part of the GNU C Library. The GNU C Library is free software; you can redistribute it and/or @@ -46,6 +46,7 @@ _IO_setbuffer (fp, buf, size) _IO_funlockfile (fp); _IO_cleanup_region_end (0); } +INTDEF(_IO_setbuffer) #ifdef weak_alias weak_alias (_IO_setbuffer, setbuffer) |