glibc/include/sys/utsname.h

15 lines
264 B
C
Raw Normal View History

#ifndef _SYS_UTSNAME_H
1995-02-18 02:27:10 +01:00
#include <posix/sys/utsname.h>
#ifndef _ISOMAC
extern int __uname (struct utsname *__name);
libc_hidden_proto (uname)
libc_hidden_proto (__uname)
# if IS_IN (rtld)
extern __typeof (__uname) __uname attribute_hidden;
# endif
#endif
#endif