summary refs log tree commit diff
path: root/stdio-common/dprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'stdio-common/dprintf.c')
-rw-r--r--stdio-common/dprintf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdio-common/dprintf.c b/stdio-common/dprintf.c
index 13aa7f04f8..534b3f0df7 100644
--- a/stdio-common/dprintf.c
+++ b/stdio-common/dprintf.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1995, 1997, 1998 Free Software Foundation, Inc.
+/* Copyright (C) 1991,95,97,98,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
@@ -38,3 +38,4 @@ dprintf (int d, const char *format, ...)
 
   return done;
 }
+libc_hidden_def (dprintf)