mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-13 16:50:06 +00:00
11 lines
185 B
C
11 lines
185 B
C
#ifndef _SYS_UTSNAME_H
|
|
#include <posix/sys/utsname.h>
|
|
|
|
#ifndef _ISOMAC
|
|
extern int __uname (struct utsname *__name);
|
|
|
|
libc_hidden_proto (uname)
|
|
libc_hidden_proto (__uname)
|
|
#endif
|
|
#endif
|