Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'core/org.eclipse.cdt.core.linux/library/openpty.h')
-rw-r--r--core/org.eclipse.cdt.core.linux/library/openpty.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/core/org.eclipse.cdt.core.linux/library/openpty.h b/core/org.eclipse.cdt.core.linux/library/openpty.h
deleted file mode 100644
index fd7b7be1b2f..00000000000
--- a/core/org.eclipse.cdt.core.linux/library/openpty.h
+++ /dev/null
@@ -1,10 +0,0 @@
-/*
- * (c) Copyright QNX Software Systems Ltd. 2002.
- * All Rights Reserved.
- *
- */
-#ifndef _OPENPTY_H
-#define _OPENPTY_H
-int ptym_open (char *pts_name);
-int ptys_open (int fdm, char * pts_name);
-#endif

Back to the top