mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-17 13:00:43 +08:00
9 lines
162 B
C
9 lines
162 B
C
#ifndef _SYS_UTSNAME_H
|
|
#include <posix/sys/utsname.h>
|
|
|
|
extern int __uname (struct utsname *__name);
|
|
|
|
libc_hidden_proto (uname)
|
|
libc_hidden_proto (__uname)
|
|
#endif
|