diff options
author | Roland McGrath <roland@gnu.org> | 2002-08-05 22:47:19 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2002-08-05 22:47:19 +0000 |
commit | 4f6da0f5d827a462e30634e36161f80026223ba8 (patch) | |
tree | ac2fcf00833cfa1bf582a949f40adf42d9b7cd32 /include | |
parent | 8784cc18e1a30b445f5554237378001d8e8be11c (diff) | |
download | glibc-4f6da0f5d827a462e30634e36161f80026223ba8.zip glibc-4f6da0f5d827a462e30634e36161f80026223ba8.tar.gz glibc-4f6da0f5d827a462e30634e36161f80026223ba8.tar.bz2 |
* include/sys/utsname.h: Use libc_hidden_proto for uname, __uname.
* sysdeps/generic/uname.c: Add libc_hidden_def.
* sysdeps/mach/hurd/uname.c: Likewise.
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/utsname.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/sys/utsname.h b/include/sys/utsname.h index 39ca7f5..a6b4ceb 100644 --- a/include/sys/utsname.h +++ b/include/sys/utsname.h @@ -2,4 +2,7 @@ #include <posix/sys/utsname.h> extern int __uname (struct utsname *__name); + +libc_hidden_proto (uname) +libc_hidden_proto (__uname) #endif |