summaryrefslogtreecommitdiff
path: root/include/sys/utsname.h
blob: a6b4ceb97e2849f33e54c99606f91b6ea6cd8f44 (plain)
1
2
3
4
5
6
7
8
#ifndef	_SYS_UTSNAME_H
#include <posix/sys/utsname.h>

extern int __uname (struct utsname *__name);

libc_hidden_proto (uname)
libc_hidden_proto (__uname)
#endif