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