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