1#ifndef _SYS_UTSNAME_H
2#include <posix/sys/utsname.h>
3
4#ifndef _ISOMAC
5extern int __uname (struct utsname *__name);
6
7libc_hidden_proto (uname)
8libc_hidden_proto (__uname)
9
10# if IS_IN (rtld) && !defined NO_RTLD_HIDDEN
11extern __typeof (__uname) __uname attribute_hidden;
12# endif
13#endif
14#endif
15