summaryrefslogtreecommitdiffstats
path: root/libutil/forkpty.c
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2006-02-25 16:35:30 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2006-02-25 16:35:30 +0000
commit8a8d4b95c50316e31c15b68ed349233d5db28292 (patch)
tree585c088bb8df4739f5db46e63c854477083b9f84 /libutil/forkpty.c
parent6622bc38bc3ed737fbd41e1c620a2dc27f1376f7 (diff)
downloaduClibc-alpine-8a8d4b95c50316e31c15b68ed349233d5db28292.tar.bz2
uClibc-alpine-8a8d4b95c50316e31c15b68ed349233d5db28292.tar.xz
Merge from trunk.
Diffstat (limited to 'libutil/forkpty.c')
-rw-r--r--libutil/forkpty.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/libutil/forkpty.c b/libutil/forkpty.c
index 6843221cd..572c22200 100644
--- a/libutil/forkpty.c
+++ b/libutil/forkpty.c
@@ -17,15 +17,15 @@
Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
02111-1307 USA. */
-#define openpty __openpty
-#define login_tty __login_tty
-
#include <sys/types.h>
#include <termios.h>
#include <unistd.h>
#include <utmp.h>
#include <pty.h>
+libutil_hidden_proto(openpty)
+libutil_hidden_proto(login_tty)
+
int
forkpty (amaster, name, termp, winp)
int *amaster;