aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/generic/uname.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/generic/uname.c')
-rw-r--r--sysdeps/generic/uname.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/sysdeps/generic/uname.c b/sysdeps/generic/uname.c
index 0c82de5020..e7c41648ed 100644
--- a/sysdeps/generic/uname.c
+++ b/sysdeps/generic/uname.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1991, 1992, 1996, 1997, 2000 Free Software Foundation, Inc.
+/* Copyright (C) 1991,92,96,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
@@ -62,3 +62,5 @@ __uname (name)
return 0;
}
weak_alias (__uname, uname)
+libc_hidden_def (__uname)
+libc_hidden_def (uname)