commit | 65f0df78730fb0d6994f9d4d0a16dc0241081d94 | [log] [tgz] |
---|---|---|
author | Elliott Hughes <enh@google.com> | Wed Dec 03 14:39:20 2014 -0800 |
committer | Elliott Hughes <enh@google.com> | Wed Dec 03 15:55:34 2014 -0800 |
tree | d05ddfa7188f1943afb3132a9e5da9c575db751c | |
parent | 91a61f77e203bf519c28f9331b9c8db731869499 [diff] [blame] |
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
diff --git a/libc/include/utmp.h b/libc/include/utmp.h index d764227..ebf2372 100644 --- a/libc/include/utmp.h +++ b/libc/include/utmp.h
@@ -91,6 +91,8 @@ void setutent(); struct utmp* getutent(); +int login_tty(int); + __END_DECLS #endif /* _UTMP_H_ */