diff options
Diffstat (limited to 'sysdeps/generic/getdomain.c')
-rw-r--r-- | sysdeps/generic/getdomain.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/generic/getdomain.c b/sysdeps/generic/getdomain.c index e15a018f78..6074ccfb79 100644 --- a/sysdeps/generic/getdomain.c +++ b/sysdeps/generic/getdomain.c @@ -1,4 +1,4 @@ -/* Copyright (C) 1994, 1995, 1997, 2000 Free Software Foundation, Inc. +/* Copyright (C) 1994,95,97,2000,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 @@ -60,3 +60,5 @@ stub_warning (getdomainname) #include <stub-tag.h> #endif + +libc_hidden_def (getdomainname) |