[Feature][ZXW-33]merge ZXW 0428 version
Change-Id: I11f167edfea428d9fab198ff00ff1364932d1b0b
diff --git a/ap/libc/glibc/glibc-2.23/include/sys/utsname.h b/ap/libc/glibc/glibc-2.23/include/sys/utsname.h
new file mode 100644
index 0000000..14f4247
--- /dev/null
+++ b/ap/libc/glibc/glibc-2.23/include/sys/utsname.h
@@ -0,0 +1,14 @@
+#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)
+
+# if IS_IN (rtld)
+extern __typeof (__uname) __uname attribute_hidden;
+# endif
+#endif
+#endif