diff options
Diffstat (limited to 'libio/iofputws_u.c')
-rw-r--r-- | libio/iofputws_u.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libio/iofputws_u.c b/libio/iofputws_u.c index bbfef0942d..a73f6b529e 100644 --- a/libio/iofputws_u.c +++ b/libio/iofputws_u.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1993,1996,1997,1998,1999,2000 Free Software Foundation, Inc. +/* Copyright (C) 1993, 1996-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 @@ -42,3 +42,4 @@ fputws_unlocked (str, fp) result = 1; return result; } +libc_hidden_def (fputws_unlocked) |