OSDN Git Service

hidden_def/hidden_proto: convert all users (I hope) termios split, add some missing...
[uclinux-h8/uClibc.git] / libc / sysdeps / linux / common / uname.c
index b3c93e0..936b862 100644 (file)
@@ -10,3 +10,5 @@
 #include "syscalls.h"
 #include <sys/utsname.h>
 _syscall1(int, uname, struct utsname *, buf);
+libc_hidden_proto(uname)
+libc_hidden_def(uname)