diff options
Diffstat (limited to 'posix/confstr.c')
-rw-r--r-- | posix/confstr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/posix/confstr.c b/posix/confstr.c index f41d0fcd51..fe5f38c933 100644 --- a/posix/confstr.c +++ b/posix/confstr.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1991, 1996, 1997, 2000, 2001 Free Software Foundation, Inc. +/* Copyright (C) 1991,96,97,2000,01,02 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 @@ -157,3 +157,4 @@ confstr (name, buf, len) } return string_len; } +libc_hidden_def (confstr) |