From a920808b219ce74ae7e5e3f52bcbfe67884c5087 Mon Sep 17 00:00:00 2001 From: "\"Steven J. Hill\"" Date: Thu, 8 Dec 2005 04:51:28 +0000 Subject: Merge from trunk. --- libc/sysdeps/linux/common/uname.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/uname.c') diff --git a/libc/sysdeps/linux/common/uname.c b/libc/sysdeps/linux/common/uname.c index b3c93e0af..3d252edc7 100644 --- a/libc/sysdeps/linux/common/uname.c +++ b/libc/sysdeps/linux/common/uname.c @@ -9,4 +9,6 @@ #include "syscalls.h" #include -_syscall1(int, uname, struct utsname *, buf); +#define __NR___uname __NR_uname +attribute_hidden _syscall1(int, __uname, struct utsname *, buf); +strong_alias(__uname,uname) -- cgit v1.2.3