lh | 9ed821d | 2023-04-07 01:36:19 -0700 | [diff] [blame] | 1 | #ifndef _SYS_UTSNAME_H |
2 | #include <posix/sys/utsname.h> | ||||
3 | |||||
4 | #ifndef _ISOMAC | ||||
5 | extern int __uname (struct utsname *__name); | ||||
6 | |||||
7 | libc_hidden_proto (uname) | ||||
8 | libc_hidden_proto (__uname) | ||||
9 | #endif | ||||
10 | #endif |