Implement <pty.h>.

Based on the package/apps/Terminal implementation. I'll switch them over
shortly. This also lets us build the toybox version of netcat.

Change-Id: Ia922a100141a67409264b43b937eeca07b21f344
This commit is contained in:
Elliott Hughes
2014-12-03 14:39:20 -08:00
parent 91a61f77e2
commit 65f0df7873
6 changed files with 225 additions and 3 deletions

View File

@@ -91,6 +91,8 @@ int utmpname(const char*);
void setutent();
struct utmp* getutent();
int login_tty(int);
__END_DECLS
#endif /* _UTMP_H_ */