mirror of
git://sourceware.org/git/glibc.git
synced 2025-03-06 20:58:33 +01:00
8 lines
162 B
C
8 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
|