about summary refs log tree commit diff
path: root/REORG.TODO/include/ttyent.h
diff options
context:
space:
mode:
Diffstat (limited to 'REORG.TODO/include/ttyent.h')
-rw-r--r--REORG.TODO/include/ttyent.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/REORG.TODO/include/ttyent.h b/REORG.TODO/include/ttyent.h
new file mode 100644
index 0000000000..53a66681d2
--- /dev/null
+++ b/REORG.TODO/include/ttyent.h
@@ -0,0 +1,14 @@
+#ifndef	_TTYENT_H
+#include <misc/ttyent.h>
+
+# ifndef _ISOMAC
+
+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 /* !_ISOMAC */
+#endif /* ttyent.h */