]> git.ipfire.org Git - thirdparty/glibc.git/blame - include/sys/utsname.h
First steps to get conformtest fully working
[thirdparty/glibc.git] / include / sys / utsname.h
CommitLineData
fc5f4a97 1#ifndef _SYS_UTSNAME_H
28f540f4 2#include <posix/sys/utsname.h>
fc5f4a97 3
31341567 4#ifndef _ISOMAC
fc5f4a97 5extern int __uname (struct utsname *__name);
4f6da0f5
RM
6
7libc_hidden_proto (uname)
8libc_hidden_proto (__uname)
fc5f4a97 9#endif
31341567 10#endif