about summary refs log tree commit diff
path: root/include/sys/utsname.h
blob: 39ca7f57402d49b18d45882f1984aeed984f8459 (plain) (blame)
1
2
3
4
5
#ifndef	_SYS_UTSNAME_H
#include <posix/sys/utsname.h>

extern int __uname (struct utsname *__name);
#endif