utsname.h 264 B

1234567891011121314
  1. #ifndef _SYS_UTSNAME_H
  2. #include <posix/sys/utsname.h>
  3. #ifndef _ISOMAC
  4. extern int __uname (struct utsname *__name);
  5. libc_hidden_proto (uname)
  6. libc_hidden_proto (__uname)
  7. # if IS_IN (rtld)
  8. extern __typeof (__uname) __uname attribute_hidden;
  9. # endif
  10. #endif
  11. #endif