]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - libio/putc.c
Update.
[thirdparty/glibc.git] / libio / putc.c
index 885964cd471a41eeef0cb8521589f2460e1273f9..649574494f1c2ad72ef95241536866f18e2f4198 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1995, 1996, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1991,1995,1996,1997,1998,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
@@ -35,6 +35,7 @@ _IO_putc (c, fp)
   _IO_cleanup_region_end (0);
   return result;
 }
+INTDEF(_IO_putc)
 
 #undef putc