diff options
Diffstat (limited to 'include/pty.h')
| -rw-r--r-- | include/pty.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/pty.h b/include/pty.h index 2d4b5e270..f23a260ae 100644 --- a/include/pty.h +++ b/include/pty.h @@ -13,9 +13,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public - License along with the GNU C Library; if not, write to the Free - Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA - 02111-1307 USA. */ + License along with the GNU C Library; if not, see + <http://www.gnu.org/licenses/>. */ #ifndef _PTY_H #define _PTY_H 1 @@ -33,6 +32,7 @@ __BEGIN_DECLS ends in AMASTER and ASLAVE. */ extern int openpty (int *__amaster, int *__aslave, char *__name, struct termios *__termp, struct winsize *__winp) __THROW; +libutil_hidden_proto(openpty) /* Create child process and establish the slave pseudo terminal as the child's controlling terminal. */ |
