about summary refs log tree commit diff
path: root/libio/putwc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libio/putwc.c')
-rw-r--r--libio/putwc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libio/putwc.c b/libio/putwc.c
index 3fbef87b5e..33da712f7f 100644
--- a/libio/putwc.c
+++ b/libio/putwc.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 95, 96, 97, 98, 99 Free Software Foundation, Inc.
+/* Copyright (C) 1991,95,96,97,98,99,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
@@ -33,3 +33,4 @@ putwc (wc, fp)
   _IO_cleanup_region_end (0);
   return result;
 }
+libc_hidden_def (putwc)