[T106][ZXW-22]7520V3SCV2.01.01.02P42U09_VEC_V0.8_AP_VEC origin source commit
Change-Id: Ic6e05d89ecd62fc34f82b23dcf306c93764aec4b
diff --git a/ap/libc/glibc/glibc-2.22/include/ttyent.h b/ap/libc/glibc/glibc-2.22/include/ttyent.h
new file mode 100644
index 0000000..81e5211
--- /dev/null
+++ b/ap/libc/glibc/glibc-2.22/include/ttyent.h
@@ -0,0 +1,11 @@
+#ifndef _TTYENT_H
+# include <misc/ttyent.h>
+
+extern __typeof (getttyent) __getttyent __THROW;
+libc_hidden_proto (__getttyent)
+extern __typeof (setttyent) __setttyent __THROW;
+libc_hidden_proto (__setttyent)
+extern __typeof (endttyent) __endttyent __THROW;
+libc_hidden_proto (__endttyent)
+
+#endif